Html cheatsheet - html hyperlink a tag

html hyperlink a tag

Attributes

AttributeDescription
accesskeykeyboard shortcut
eventtrigger a script
hreflink URL
namemark a specific area that a link might jump to
tabindexTab key order
target"_blank","_self"

Examples

DescriptionExample
hyperlink<a href="URL"></a>
mailto link<a href="mailto:EMAIL"></a>
a target location within a document<a name="TARGET"></a>
target location from elsewhere in the document<a href="#TARGET"></a>
Date: From:www.lautturi.com, cheatsheet