Welcome to my styled page!

Step 1:

  1. The DOCtype tag Tells the browser what type of HTML it is.
  2. A hyperlink is a word leading to another page.
  3. You should not use a word processor because it makes a file that the web browser cannot read

Step 2

  1. A selector is something that tells the browser which part of the page is affected by the rule
  2. Color is the property that sets the color of the text and background.
  3. Hexadecimals set all H4 tage to yellow.

Step 3

  1. The Helvetica font will be found as the heading of the page.
  2. You add foru fonts instead of just one because you never know which fonts are on your readers computer.

Step 4

  1. The padding property moves the body text.
  2. Em means _ times the size of the current font
  3. The Div tag is specifically affected li.nav

Step 5

  1. Adding a:hover {backgorund-color: #666;} puts a box around the letters when they are hovered over.
  2. Text-decoration:none keeps the links from being underlined.
  3. A pseudo-class creates a specific color to differentiate between visited and unvisited links.

Step 6

  1. Two other apperances besides solid and dotted are groove and ridge.

Step 7

  1. A seperate stylesheet is useful for a large site because it allows for all pages to point to one sheet.
  2. A tag to link a file is called "newstyle.css" because the file is a css file.

Made 8 February 2011
by myself.