What happened to me this morning I've tried to relate external css it dosn't works | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What happened to me this morning I've tried to relate external css it dosn't works

14th Jul 2017, 10:12 AM
Ismail Muhammad
Ismail Muhammad - avatar
2 Answers
+ 17
<link href=source rel=stylesheet>
14th Jul 2017, 10:18 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
You want to use an external .css in your HTML? <link type="text/css" rel="stylesheet" href="your_css_file.css" >
14th Jul 2017, 10:22 AM
Boris Batinkov
Boris Batinkov - avatar