Property |
Type |
Description |
|
$charset |
string |
Not supported in HTML5. Specifies the character-set of a linked document. |
|
$coords |
string |
Not supported in HTML5. Specifies the coordinates of a link |
|
$href |
string |
Specifies the URL of the page the link goes to. |
|
$hreflang |
string |
Specifies the language of the linked document. Value language_code |
|
$media |
string |
New in HTML5. Specifies what media/device the linked document is optimized for. Value media_query |
|
$name |
string |
Not supported in HTML5. Specifies the name of an anchor |
|
$rel |
string |
Available values are: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch,
prev, search, tag |
|
$rev |
string |
Not supported in HTML5. Specifies the relationship between the linked document and the current document |
|
$shape |
string |
Not supported in HTML5. Specifies the shape of a link. Values: default, rect, circl,e poly |
|
$target |
string |
Specifies where to open the linked document. Values: _blank, _self, _parent, _top or framename |
|
$type |
string |
New in HTML 5. Specifies the MIME type of the linked document. Value MIME_type |
|