How to edit html tag/attribute using css in separate file like i write html in index.html amd edit it with style.css? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to edit html tag/attribute using css in separate file like i write html in index.html amd edit it with style.css?

sorry for English 🌚

15th Dec 2021, 10:42 AM
Ram Mangulabnan
Ram Mangulabnan - avatar
2 Réponses
+ 4
Just add <link href="style.css" type="text/css"> To the head of the HTML document.
15th Dec 2021, 10:47 AM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
+ 1
15th Dec 2021, 10:59 AM
Ayush Kumar
Ayush Kumar - avatar