padding-left: 11em; font-family: Georgia, "Times New Roman", Times, serif;

My first styled page

Welcome to my styled page! Step1:

  1. document type
  2. a link you click on that goes to another page
  3. They typically make files a web browser cannot read
Step 2:
  1. the selector tells the browser which part of the document is affected by the rule
  2. body ( color: purple ) body (background-color:#d8da3d)
  3. h1 {color:yellow}
Step 3:
  1. The helvetica font will appear only in the h1 heading
  2. you include the name of 4 fonts, instead of just incase
Step 4:
  1. the padding property in this example is to move the body text and to move the menu.
  2. em is means the size of the current font.
  3. the only tag that will be affected by li is the li tag.
Step 5:
  1. a:hover{background-color:#666;}. It makes the links underline the bold.
  2. text-decoration:none decorates the text.
  3. a class pseudo-class is link and visited Step 6:
    1. Dashed and dotted are other border appearences besides solid and dotted. Step 7:
      1. you can put more things on more pages.
      2. to create an empty window.
        Made 9 Febuary 2011
        by Alfonso G.