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
2291 Views
See similar HTML and CSS Mentoring tutors
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