Links

link

Specifies a relationship between the current and external files. It is mostly used to link external CSS style sheets. This is tag must be placed within the head element.

Syntax

<link attributes> ... </link>

Example

<link rel="stylesheet" href=”stylesheet.css" type="text/css">

Related tags

CSS Properties

HTML attributes

Search the Soup!