+ 1

(Solved)How i insert a css file in a html?

How i insert a css file in html?

23rd Feb 2019, 8:43 PM
Dan Titire
Dan Titire - avatar
3 RĂ©ponses
23rd Feb 2019, 9:03 PM
Juliana Anaso
Juliana Anaso - avatar
+ 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...
23rd Feb 2019, 9:40 PM
marjel101
marjel101 - avatar
0
Thanks marjel101 and Juliana Anaso!
24th Feb 2019, 5:19 AM
Dan Titire
Dan Titire - avatar