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 ▸

How do I setup my HTML/CSS environment?


How to create a secure password?


What's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?


Explain what a pseudo class selector is