List Demo

This is an example of an ordered list.

  1. One
    • This is an unordered list
    • inside of an ordered list.
    • It's a child of the list item
    • not of the ordered list.
  2. Two
  3. Three
  4. Four
  5. Five

This is an example of an unordered list.

This is an example of a definition list.

Chocolate
The greatest food on earth.
Fencing
The sport based around learning to use a sword and duel.

Link Examples

Basic links lead to a new document. For example this link leads to my home page. To make a basic link you use the <a > and </a> to create a link. You must also have href, which tells the browser where to go and title which provides a tool tip that lets the user know where the link goes when they hover over it.

This is an example of email links. Most commonly you will use Email me or Contact Me or email@serve.exe

Linking to your own resorces - meaning linking to files in your own website. Two Methods: absolute (virtual) paths or relative paths.

Relative links are the most common and are used for