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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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