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.
<link attributes> ... </link>
<link rel="stylesheet" href=”stylesheet.css" type="text/css">