How can we add external css. file to html document? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

How can we add external css. file to html document?

CSS, HTML

6th May 2017, 7:14 AM
Rastislav Romanec
Rastislav Romanec - avatar
4 Answers
+ 20
<link href=path rel=stylesheet>
6th May 2017, 7:45 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
yes, thats good answer. but do you know what mean rel=stylesheet?
6th May 2017, 8:20 AM
Rastislav Romanec
Rastislav Romanec - avatar
+ 3
<head> <link rel="stylesheet" type="text/css" href="style.css"> </head>
6th May 2017, 7:47 AM
Calviղ
Calviղ - avatar
6th May 2017, 8:55 AM
MR Programmer
MR Programmer - avatar