0
There is no option to connect html to css please tell how can i connect it
..
6 odpowiedzi
+ 7
https://www.sololearn.com/learn/CSS/1079/
See this it will be helpful
+ 4
In html head use link tag to attach external css
<Link rel="stylesheet" type="text/css" href="yourfilename.css" >
+ 3
But you dont need to do that in sololearn. Sololearn automatically attaches your css and js with html
+ 2
Yes
+ 1
Thanks priyanshi that's what i want to that how can i attach html files to css in sololearn.😊