tutorial 1: CSS files and how to link them to your website

watch it on YouTube

Notes

New Tags Covered

<link>
this tag should be placed in the head section of the page and is used to link to external resources. It should be used with a rel property to declare what type of resource is being linked to.
rel
property that can be used with link in order to declare the type of resource linked to. Valid values include stylesheet and icon.