Answers
>
HTML And CSS
>
Mentoring
>
Article
What is the correct HTML to link a stylesheet?
<head> <link rel="stylesheet" type="text/css" href="style.css"> </head>
GH
Answered by
George H.
•
HTML and CSS tutor
2251 Views
See similar HTML and CSS Mentoring tutors
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?