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?


how to code the details tag/ how to put a drop down option in a form?


Explain what a pseudo class selector is


What’s the difference between a block-level element and an inline element in html?