link – inter-document relationship metadata # T
The
link
element represents metadata that expresses inter-document
relationships.
Additional constraints and admonitions #
-
The target attribute on the link element is obsolete.
You can safely omit it.
-
The urn attribute on the link element is obsolete.
Specify the preferred persistent identifier using the href attribute instead.
-
The charset attribute on the link element is obsolete.
Use an HTTP Content-Type header on the linked resource instead.
-
The methods attribute on the link element is obsolete.
Use the HTTP OPTIONS feature instead.
-
The rev attribute on the link element is obsolete.
Use the rel attribute instead, with a term having the opposite meaning.
Permitted parent elements #
any element that can contain
metadata elements, noscript
DOM interface #
interface HTMLLIElement : HTMLElement {
attribute long value;
};
Typical default display properties #