+ 1
How to edit html tag/attribute using css in separate file like i write html in index.html amd edit it with style.css?
sorry for English 🌚
2 Respuestas
+ 4
Just add
<link href="style.css" type="text/css">
To the head of the HTML document.
+ 1
Use external style sheet
https://www.sololearn.com/learning/1079/