+ 1
How to connect with css?
HTML CSS JavaScript
2 Respostas
+ 7
To link css file with html, use this code:
<link rel="stylesheet" href="style.css">
For more info, refer this :
https://www.sololearn.com/learn/CSS/1079/
+ 1
Thanks
HTML CSS JavaScript