LINKS

NEW TAGS:

Regular links link to the top of a page. To link to a spot lower on your page, you create an anchor with a name in front of some text.

Providing a hypertext reference to an anchor tag creates links.

To link to an anchor on another page, you add the anchor name at the end of the URL:

To link an image:

To create an email link:

ORDERED LIST

<ol> - This will indent your text so your can create a numbered list
<li> - Use this to insert number one in front your item
<li> - Use this to automagically increment the number in front of each item
</ol> - This will end your list indenting

UNORDERED LIST

<ul> - This will indent your text so you can create a bulleted list
<li> - Use this to insert a bullet in front of each item
<li>- Use this to insert a bullet in front of each item
</ul> - This to end your list indenting.

EXERCISE: