What is the correct HTML for referring to an external style sheet?
An external style sheet usually writes in the <head> section.
<link rel="stylesheet" type="text/css" href="slightbook.css">
Above is the correct syntax for importing an external CSS file.
The REL attribute defines the relationship that the linked resource has to be a document from which it is referenced.