Welcome to my styled page!
Step 1:
- The DOCtype tag Tells the browser what type of HTML it is.
- A hyperlink is a word leading to another page.
- You should not use a word processor because it makes a file that the web browser cannot read
Step 2
- A selector is something that tells the browser which part of the page is affected by the rule
- Color is the property that sets the color of the text and background.
- Hexadecimals set all H4 tage to yellow.
Step 3
- The Helvetica font will be found as the heading of the page.
- You add foru fonts instead of just one because you never know which fonts are on your readers computer.
Step 4
- The padding property moves the body text.
- Em means _ times the size of the current font
- The Div tag is specifically affected li.nav
Step 5
- Adding a:hover {backgorund-color: #666;} puts a box around the letters when they are hovered over.
- Text-decoration:none keeps the links from being underlined.
- A pseudo-class creates a specific color to differentiate between visited and unvisited links.
Step 6
- Two other apperances besides solid and dotted are groove and ridge.
Step 7
- A seperate stylesheet is useful for a large site because it allows for all pages to point to one sheet.
- A tag to link a file is called "newstyle.css" because the file is a css file.
Made 8 February 2011
by myself.