LINK
The link element represents metadata that expresses inter-document relationships.
SYNTAX
HTML
<link attribute-name="attribute-value">
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
href | URI | reference to the hyperlink destination |
hreflang | language tag | language of the hyperlink destination |
media | media query list | Media for which the destination of the hyperlink was designed |
rel | tokens | relationship between the hyperlink document and the hyperlink destination |
sizes | any | sizes | Sizes of icons for visual media |
type | MIME type | type of the hyperlink destination |
CSS
link {
display: none;
}