+ 1
How to include css file in html file
2 Answers
+ 7
Check this please...
https://www.w3schools.com/html/html_css.asp
+ 1
You can include an external css file in your html document using the below code.
<link rel="stylesheet" href="style.css">
Here, both html and css files placed in a same folder.
đBtw welcome to sololearn.