We are linking an external CSS file using the “link” tag. This allows us to separate the styling from the HTML structure. The “rel” attribute is used to describe the relationship between the current doc and the linked resource. In this case it is a style sheet, a CSS file.