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
2197 Views
See similar HTML and CSS Mentoring tutors
Related HTML and CSS Mentoring answers
All answers ▸
How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?
How can we integrate animation to websites?
Explain what an external style sheet (CSS document) is for in a HTML document and write a line of HTML code to import one
How would I link a CSS stylesheet to my HTML page?