My first styled page

Welcome to my styled page! step1:

  1. Tells the browser what html to put.
  2. Link used to direct someone to another page
  3. Because it makes files that web browsers cant read.
Step2:
  1. which tells the browser which part of the document is affected by the rule.
  2. which specifies what aspect of the layout is being set.
  3. H1 { color: yellow }
step3:
  1. The Helvetica font will appear only in the H1 Heading.
  2. You include the name of 4 fonts, instead of just incase the rest dont work.
step4:
  1. The padding property for in this example is (to move the body text) and 'position', 'left' and 'top' (to move the menu).
  2. em means to times the size the size of the current font.
  3. only the tags that are tagged li.
step5:
  1. Text decoration makes the links underlined or bold.
  2. A preudi-class is tells u the difference of listed links.
step6:
  1. Groove and double.
step7:
  1. There is a better method than copying the style sheet in a separate file, all pages can point to it.
  2. instead of mystyle.css it is newstyle.css

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

    Made 8 february 2011
    by Joshua Sowho.