- 1
How to add css file in HTML
How to add css file in HTML
4 Respostas
+ 4
It is covered in the very beginning of the sololearn css course
+ 3
You can check this lesson:
https://www.sololearn.com/learning/1079/
+ 1
If you have both html file(index.html) and css file(style.css) in same folder
Add this
<link rel="stylesheet" href="style.css"> in head tag of index.html page
If not you have to enter proper url path for css file in value of href ;