The link element represents metadata that expresses inter-document relationships.
empty (void element)
The link element is a void element. A link element must have a start tag but must not have an end tag.
any element that can contain metadata elements, noscript
interface HTMLLIElement : HTMLElement { attribute long value; };