<.a href="links.html">LINKS<./a>


Link Properties: (* = Required)

*Text: The text/image you want to link

*Link: URL

Target:

Title: When hovering with mouse this text pops up.

Access Key: Refers to an optional shortcut which would select the link with a single key stroke.

Tab Index: Allows to set value for tabbing through links on a page.

Examples:

Link 2:

<.a href="https://mail.google.com/" tabindex="2" title="Google Mail!!!!">Link 2<./a>

Index 1:

<.a href="http://www.google.com" tabindex="1" title="Google is #1!!!!">Index 1<./a>

Google Docs 3:

<.a href="https://docs.google.com/" tabindex="3" title="Google is Great">Google Docs 3<./a>

Video Number 4:

<.a href="http://video.google.com/" tabindex="4" title="Google is Sweet">Video Number 4<./a>

Learned from Dreamweavertutorial.co.uk