Value
alternate-
Indicates an alternate representation of the current document. Valid for
<link>,<a>, and<area>, the meaning depends on the values of the other attributes.-
With the
stylesheetkeyword on a<link>, it creates an alternate stylesheet.html
<!-- a persistent style sheet --> <link rel="stylesheet" href="default.css" /> <!-- alternate style sheets --> <link rel="alternate stylesheet" href="highcontrast.css" title="High contrast" /> -
With an
hreflangattribute that differs from the document language, it indicates a translation. -
With the
typeattribute value of"application/rss+xml"or"application/atom+xml", it creates a hyperlink referencing a syndication feed.html
<link rel="alternate" type="application/atom+xml" href="posts.xml" title="Blog" /> -
Otherwise, it creates a hyperlink referencing an alternate representation of the current document, whose nature is given by the
hreflangandtypeattributes.- If
hreflangis given alongsidealternate, and the value ofhreflangis different from the current document's language, it indicates that the referenced document is a translation. - If
typeis given alongsidealternate, it indicates that the referenced document is an alternative format (such as a PDF). - The
hreflangandtypeattributes may both be given alongsidealternate.
html
<link rel="alternate" href="/fr/html/print" hreflang="fr" type="text/html" media="print" title="French HTML (for printing)" /> <link rel="alternate" href="/fr/pdf" hreflang="fr" type="application/pdf" title="French PDF" /> - If
-
-
Indicates the referenced document provides further information about the author of the current document or article. Relevant for
<link>,<a>, and<area>elements.With
<a>and<area>, it indicates the linked document (ormailto:) provides information about the author of the nearest<article>ancestor if there is one, otherwise the entire document.With
<link>, it represents the author of the entire document.Note: For historical reasons, the obsolete attribute value
rev="made"is treated asrel="author". bookmark-
Relevant as the
relattribute value for the<a>and<area>elements. Gives a permalink for the nearest ancestor<article>element, if there is one. If there is no ancestor<article>element, gives a permalink for the section the linking element is most closely associated with. canonical-
Valid for
<link>, it defines the preferred URL for the current document, which helps search engines reduce duplicate content. compression-dictionary-
Valid for
<link>, it defines a compression dictionary that can be used to compress future downloads for resources on this site so the download sizes of those resources are smaller than standard compression. dns-prefetch-
Relevant for the
<link>element both in the<body>and<head>, it tells the browser to preemptively perform DNS resolution for the target resource's origin. Useful for resources the user will likely need, it helps reduce latency and thereby improves performance when the user does access the resources as the browser preemptively performed DNS resolution for the origin of the specified resource. See dns-prefetch described in resource hints. external-
Relevant to
<form>,<a>, and<area>, it indicates the referenced document is not part of the current site. This can be used with attribute selectors to style external links in a way that indicates to the user that they will be leaving the current site. expect-
Allows the page to be render-blocked until the essential parts of the document are parsed so it will render consistently. Note that render-blocking occurs only when supplemented with the
blocking="render"attribute. help-
Relevant to
<form>,<link>,<a>, and<area>, thehelpkeyword indicates that the linked to content provides context-sensitive help, providing information for the parent of the element defining the hyperlink, and its children. When used within<link>, the help is for the whole document. When included with<a>and<area>and supported, the defaultcursorwill behelpinstead ofpointer. icon-
Valid with
<link>, the linked resource represents the icon, a resource for representing the page in the user interface, for the current document.The most common use for the
iconvalue is the favicon:html
<link rel="icon" href="favicon.ico" />If there are multiple
<link rel="icon">s, the browser uses theirmedia,type, andsizesattributes to select the most appropriate icon. If several icons are equally appropriate, the last one is used. If the most appropriate icon is later found to be inappropriate, for example because it uses an unsupported format, the browser proceeds to the next-most appropriate, and so on.Note: Apple's iOS does not use this link type, nor the
sizesattribute, like others mobile browsers do, to select a webpage icon for Web Clip or a start-up placeholder. Instead it uses the non-standardapple-touch-iconandapple-touch-startup-imagerespectively.Note: The
shortcutlink type is often seen beforeicon, but this link type is non-conforming, ignored and web authors must not use it anymore. license-
Valid on the
<a>,<area>,<form>,<link>elements, thelicensevalue indicates that the hyperlink leads to a document describing the licensing information; that the main content of the current document is covered by the copyright license described by the referenced document. If not inside the<head>element, the standard doesn't distinguish between a hyperlink applying to a specific part of the document or to the document as a whole. Only the data on the page can indicate this.html
<link rel="license" href="#license" />Note: Although recognized, the synonym
copyrightis incorrect and must be avoided. manifest-
Web app manifest. Requires the use of the CORS protocol for cross-origin fetching.
modulepreload-
Useful for improved performance, and relevant to the
<link>anywhere in the document, settingrel="modulepreload"tells the browser to preemptively fetch the script (and dependencies) and store it in the document's module map for later evaluation.modulepreloadlinks can ensure network fetching is done with the module ready (but not evaluated) in the module map before it is necessarily needed. See alsomodulepreload. next-
Relevant to
<form>,<link>,<a>, and<area>, thenextvalues indicates that the current document is a part of a series, and that the next document in the series is the referenced document. When included in a<link>, browsers may assume that document will be fetched next, and treat it as a resource hint. nofollow-
Relevant to
<form>,<a>, and<area>, thenofollowkeyword tells search engine spiders to ignore the link relationship. The nofollow relationship may indicate the current document's owner does not endorse the referenced document. It is often included by Search Engine Optimizers pretending their link farms are not spam pages. noopener-
Relevant to
<form>,<a>, and<area>, creates a top-level browsing context that is not an auxiliary browsing context if the hyperlink would create either of those to begin with (i.e., has an appropriatetargetattribute value). In other words, it makes the link behave as ifwindow.openerwere null andtarget="_parent"were set.This is the opposite of
opener. noreferrer-
Relevant to
<form>,<a>, and<area>, including this value makes the referrer unknown (noRefererheader will be included), and creates a top-level browsing context as ifnoopenerwere also set. opener-
Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has
"_blank"astargetattribute value). Effectively, the opposite of noopener. pingback-
Gives the address of the pingback server that handles pingbacks to the current document. See the Pingback specification.
preconnect-
Provides a hint to the browser suggesting that it open a connection to the linked website in advance, without disclosing any private information or downloading any content, so that when the link is followed the linked content can be fetched more quickly.
prefetch-
Specifies that the user agent should preemptively fetch and cache the target resource as it is likely to be required for a followup navigation. See prefetch for more information.
preload-
Specifies that the user agent must preemptively fetch and cache the target resource for current navigation according to the potential destination given by the
asattribute (and the priority associated with the corresponding destination). See the page for thepreloadvalue. prerender-
Specifies that the user agent should preemptively fetch the target resource and process it in a way that helps deliver a faster response in the future, for example by fetching its subresources or performing some rendering. This feature is superseded by the Speculation Rules API.
prev-
Similar to the
nextkeyword, relevant to<form>,<link>,<a>, and<area>, theprevvalues indicates that the current document is a part of a series, and that the link references a previous document in the series is the referenced document.Note: The synonym
previousis incorrect and should not be used. privacy-policy-
Valid for
<a>,<area>, and<link>elements, theprivacy-policyvalue indicates that the referenced document is the Privacy Policy which describes the data collection and usage practices of the current document. search-
Relevant to
<form>,<link>,<a>, and<area>elements, thesearchkeywords indicates that the hyperlink references a document whose interface is specially designed for searching in the current document, site, and related resources, providing a link to a resource that can be used to search.If the
typeattribute is set toapplication/opensearchdescription+xmlthe resource is an OpenSearch plugin that can be easily added to the interface of Firefox. stylesheet-
Valid for the
<link>element, it imports an external resource to be used as a stylesheet. Thetypeattribute is not needed if it's atext/cssstylesheet, as that is the default value. If it's not a stylesheet of typetext/cssit is best to declare the type.While this attribute defines the link as being a stylesheet, the interaction with other attributes and other key terms within the rel value impact whether the stylesheet is downloaded and/or used.
When used with the
alternatekeyword, it defines an alternative style sheet. In this case, include a non-emptytitle.The external stylesheet will not be used or even downloaded if the media does not match the value of the
mediaattribute.Requires the use of the CORS protocol for cross-origin fetching.
tag-
Valid for the
<a>, and<area>elements, it gives a tag (identified by the given address) that applies to the current document. The tag value denotes that the link refers to a document describing a tag applying to the document on which it is located. This link type is not meant for tags within a tag cloud, as those tags apply to a group of pages, whereas thetagvalue of therelattribute is for a single document. terms-of-service-
Valid for
<a>,<area>, and<link>elements, theterms-of-servicevalue indicates that the referenced document is the Terms of Service that describes the agreements between the current document's provider and users who wish to use the document provided.
Non-standard values
apple-touch-icon-
Specifies the icon for a web application on an iOS device.
Specifications
| Specification |
|---|
| HTML # linkTypes |
| HTML # attr-hyperlink-rel |
| HTML # attr-form-rel |