back

Link

Tag: <link>

The link tag is used to link resources to the webpage.
It is only placed in the head tags and is commonly used to link to stylesheets.

The href attribute is used to link to the resource, the type attribute specifies the type of linked resource. The rel attribute defines the relationship between the resource and the webpage.

The link tag is self-enclosed and so no ending tag is required.

Example