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
2287 Views
See similar HTML and CSS Mentoring tutors
Related HTML and CSS Mentoring answers
All answers ▸
What is CSS used for?
Show how you would give all elements that have a class of 'class1', a green background.
Describe the advantages and disadvantages of the three main ways of adding CSS to a website
Make a dropdown list with red type and yellow background.