An HTML metadata entry to be placed in the HTML header section.
HTML
For HTML target translation or direct browser loading, the <link> element may be used to specify an HTML <link> header entry. During HTML target translation or direct browser loading, the element is copied verbatim into the document's header. For other targets, the element is ignored.
See the HTML specification for information on the possible attributes of the HTML target <link> metadata element.
See the HTML specification for information on the possible descendant elements of the HTML target <link> metadata element.
Element name | Relation |
---|---|
<metadata> | The enclosing metadata element containing the HTML target specific link metadata element. |
<document xmlns="http://boradoc.org/1.0"> <metadata> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> </metadata> </document>