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 the difference between classes and IDs?


Make a dropdown list with red type and yellow background.


Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.


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