External CSS | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 3

External CSS

How do you save a css file on notepad app and how can you link it to a html file

14th Jun 2024, 12:10 PM
bl4z3-jr
bl4z3-jr - avatar
1 Odpowiedź
+ 9
save css files as .css file link it via <link rel="stylesheet" href="mystyle.css"> preferably in the head of the html. https://www.w3schools.com/CSS/css_howto.asp
14th Jun 2024, 12:27 PM
Lisa
Lisa - avatar