Relationship
<link rel="stylesheet" type="text/css" href="#" / >
The relationship (rel="") attribute describes the relationship of the linked document to the HTML document. When linking to a CSS document, the value for this attribute should be “stylesheet” (i.e. rel="stylesheet").
Always include this attribute.