+ 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?
2 ответов
+ 6
<link rel="stylesheet"type="text/css" href="cssfile.css">
0
THANK YOU!