My first styled page

Welcome to my styled page! Step1:

    tells the browser what to do
  1. link you click on to go to another page
  2. They typically make files that a Web browser cannot read
Step2:
  1. tells the browser which part of the document is affected by the rule
  2. body { color: purple } body { background-color: #d8da3d }
  3. put h1 instead of body
Step3:
  1. h1 {font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif }
  2. you can never be sure what fonts your readers have on their computers
Step4:
  1. to position stuff
  2. size of one letter
  3. only the tags that are tagged
Step5:
  1. a:hover{background-color:#777;} its highlights it
  2. decorates the text
  3. link and visited
Step6:
  1. web hosting abd web building
Step:7
  1. need more then one page for more stuff
  2. to create an empty window

There should be more here, but I don't know what yet.

Made 8 February 2011
by Segio Gil.