+ 1
How can i refer CSS in HTML code, and launch it?
2 Antworten
+ 3
Hello, Oyewole Abiola !
What do you mean?
Maybe you want to run css in html via a separate file? Then external css will help you. It looks like this:
<link rel = "stylesheet" href = "example.css">
Learn more with SoloLearn.
Good luck!
https://www.sololearn.com/learn/CSS/1079/
+ 1
Alexander Sokolov thanks.