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