Link <link />

Block-level/Inline?:Neither
Empty?:Yes
<link rel="stylesheet" type="text/css" href="styles.css" />

<link /> is used, in this course, to link a webpage to an external stylesheet. There's a lot more to <link> than just that. (See w3schools.com to see what I mean.) You should always write as above, only changing the href attribute. Also, you should put it above an internal stylesheet, though this not a requirement.

Back to Knowledge Dump