Specifies a link to an external resource. This element must be placed in the head section.
The link element allows authors to link external documents into the HTML document. Usually it is used to link external .css (style) files into the document.
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>