Web HTML-HTML.com
You are here: HTML > Anchors and Links > <A ...>

Attribute for <A ...>
ACCESSKEY =character

Like <INPUT ACCESSKEY="..."> and <BUTTON ACCESSKEY="...">, this attribute of <A ...> sets a shortcut key that "clicks" on the link. Currently Netscape 6 recognizes this attribute and MSIE does not. The value of ACCESSKEY should be a single letter. The shortcut is implemented (in Netscape, other browsers may vary) by holding the ALT key and pressing the letter given in this attribute.

<UL> <LI><A HREF="/index.html" ACCESSKEY="H">HTML Home</A> <LI><A HREF="_A.html" ACCESSKEY="A">Anchor</A> <LI><A HREF="/quicklist.html" ACCESSKEY="Q">HTML Reference</A> </UL>

gives us:

<BASE ...> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com