HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

link

Description

The link element for HTML represents metadata that expresses inter-document relationships.

Syntax

HTML

<link attribute-name="attribute-value">

Attributes

Global

NameValueDescription
hrefURIreference to the hyperlink destination
hreflanglanguage taglanguage of the hyperlink destination
mediamedia query listMedia for which the destination of the hyperlink was designed
reltokensrelationship between the hyperlink document and the hyperlink destination
sizesany | sizesSizes of icons for visual media
typeMIME typetype of the hyperlink destination

CSS

link
{
    display: none;
}

Examples

1 · href

2 · hreflang

3 · media

4 · rel

5 · sizes

6 · type

7 · CSS