How to put css in/with html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to put css in/with html

i am making an html in SoloLearn and in here they put css in the same place as html and js. but if i want to make an html that is not in SoloLearn how can i put the css with it?

25th Nov 2017, 1:41 PM
Soheab Al A'amor
Soheab Al A'amor - avatar
2 Answers
+ 6
<link rel="stylesheet"type="text/css" href="cssfile.css">
25th Nov 2017, 1:57 PM
Momo Belia
Momo Belia - avatar
0
THANK YOU!
25th Nov 2017, 2:13 PM
Soheab Al A'amor
Soheab Al A'amor - avatar