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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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