List Demo
This is an example of an ordered list.
- One
- This is an unordered list
- inside of an ordered list.
- It's a child of the list item
- not of the ordered list.
- Two
- Three
- Four
- Five
This is an example of an unordered list.
- Three
- Five
- One
- Four
- Two
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.
- Absolute from the drive letter.
- Absolute from the root folder.
- Absolute to the web using a protocol.
Relative links are the most common and are used for
- Relative from one page to another.