+ 1
(Solved)How i insert a css file in a html?
How i insert a css file in html?
3 RĂ©ponses
+ 2
https://www.sololearn.com/learn/CSS/1079/
I hope that helps!!
+ 2
<link rel=âstylesheetâ type=âtxt/cssâ href=âstyle.cssâ>
This is how you insert an external style sheet.
For these kind of questions, use www. w3schools.com. You can find examples of everything about HTML, CSS and JavaScript there...
0
Thanks marjel101 and Juliana Anaso!