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