HTML and CSS Reference
In-Depth Information
<a> (Anchor)
This element defines a hyperlink, the named target destination for a hyperlink, or both.
Standard Syntax
<a
accesskey="key"
charset="character code for language of linked
resource"
class="class name(s)"
coords="comma-separated list of numbers"
dir="ltr | rtl"
href="URL"
hreflang="language code"
id="unique alphanumeric identifier"
lang="language code"
name="name of target location"
rel="comma-separated list of relationship values"
rev="comma-separated list of relationship values"
shape="default | circle | poly | rect"
style="style information"
tabindex="number"
target="frame or window name | _blank | _parent | _self | _top"
title="advisory text"
type="content type of linked data">
</a>
Attributes Introduced by HTML5
contenteditable="true | false | inherit"
contextmenu="id of menu "
data- X ="user-defined data"
draggable="true | false | auto"
hidden="hidden"
hreflang="language code"
itemid="microdata id in URL format"
itemprop="microdata value"
itemref="space-separated list of IDs that may contain microdata"
itemscope="itemscope"
itemtype="microdata type in URL format"
media="media-type"
ping="URL list"
rel="comma-separated list of relationship values"
spellcheck="true | false"
tabindex="number"
type="MIME type of linked data"
Attributes Defined by Internet Explorer
contenteditable="false | true | inherit" (5.5)
datafld="name of column supplying bound data" (4)
datasrc="id of data source object supplying data" (4)
disabled="false | true" (5.5)
Search WWH ::




Custom Search