HTML <area> rel-eigenschap
Definitie en gebruik
rel
bepaalt het verband tussen het huidige document en het gelinkte document.
alleen bestaat href-eigenschap wordt gebruikt.
Voorbeeld
Gebruik de rel-eigenschap om het verband tussen het huidige document en het gelinkte document te specificeren:
<map name="planetmap"> <area shape="rect" coords="0,0,114,576" alt="Zon" href="sun.html" rel="alternate"> </map>
Syntax
<area rel="value">
Attribute value
Value | Description |
---|---|
alternate | Provide a link to the document's alternative representation (e.g., print page, translation, or mirror). |
author | Provide a link to the document author. |
bookmark | Permanent URL for bookmarks. |
help | Provide a link to the help document. |
license | Provide a link to the document license information. |
next | Provide a link to the next document in the series. |
nofollow |
Link to an unapproved document, such as a paid link. (Google uses 'nofollow' to specify that Google's search spiders should not follow this link) |
noreferrer | Make the referrer unknown. When the user clicks on a hyperlink, the referrer header will not be included. |
prefetch | Specify that the target document should be cached. |
prev | Select the previous document. |
search | Link to the document search tool. |
tag | Tags (keywords) of the current document. |
Browser support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |