CSS

Step 2: Link the style sheet to your webpage by going to index.html, and adding the following in the head under the title:
<link href="style.css" rel="stylesheet">
The attribute href stands for hypertext reference, and specifies the file to link. The attribute rel stands for relation, and specifies the type of file that is linked.
Last step Next step