To include a style sheet in an HTML file, we use the link element. <link> is an empty element and goes inside the head element.
link
<link>
head
Make sure to pick <link>.