Use <link> element. Must be placed within the <head> element of HTML
Requires 3 attributes: href, type, rel
href: like the anchor element, must be a path to the CSS file
type: Describes type of document you are linking, in this case text/css
rel: Describes relationship between HTML file and CSS file, in this case value should be: stylesheet