HTML Link Attributes

• Create a hyperlink

<a href="URL"></a>

• Create a mail to link

<a href="mailto:EMAIL"></a></b>

• Create a target location within a document

<a name="NAME"></a>

• Links to that target location from other location in the document

<a href="#NAME"></a>

You May Also Like

Leave a Reply?