A Header

By putting the CSS rules into a separate file, it can be included many different web pages with a single "link" tag, usually in the "head" of the document.

  <link type="text/css" rel="stylesheet" href="rules.css">

Now that we have seen the three ways to indicate CSS styles in your HTML, we will look some HTML tags whose sole purpose is to ⇒ mark text so we can apply styling to the text or block.

Go back to the Starting page.