What is the correct HTML to link a stylesheet?

<head> <link rel="stylesheet" type="text/css" href="style.css"> </head>

GH

Related HTML and CSS Mentoring answers

All answers ▸

What is CSS used for?


Show how you would give all elements that have a class of 'class1', a green background.


Describe the advantages and disadvantages of the three main ways of adding CSS to a website


Make a dropdown list with red type and yellow background.