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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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