My first styled page

Welcome to my styled page!
Step 1:

  1. The doctype tells the browser which type of HTML its using.
  2. A hyperlink will serve as the “site navigation menu,” linking to the other pages of the Web site.
  3. You would NOT use a word processor for web pages because they typically make files that a Web browser cannot read.
Step 2:
  1. A selector is what tells the browser which part of the document is affected by the rule.
  2. The property in the example, 'color' and 'background-color' are both properties.
  3. This selector sets the tag contents to yellow "background-color:".
Step 3:
  1. The Helvetica font will appear only in the H1 Heading.
  2. You include the name of 4 fonts, instead of just one just incase the rest dont work.
Step 4:
  1. The padding property is to move the body text and and to move the menu.
  2. The tag "em" means times the size of the current font. Ex:4em = 4 times the size
  3. The tag that's effected is only the only the one listed by li.nav.
Step 5:
  1. By adding a hover tag it changes the color when u out ur nouse over a link without clicking it.
  2. Text-decoration makes the links underlined or bold etc.
  3. A pseudo-class tells u the difference of visited links.
Step 6:
  1. Groove & Double.
Step 7:
  1. So all the pages can point to it.
  2. You save it as newstyle.css instead of mystyle.css
Made February 8,2011
by Jasmine.