+ 1

Which tag we should use to add CSS in HTML

Hi friends, I am a Beginner Coder and I have learnt much about HTML. I want to know that which tag should we use to apply CSS in HTML. Also, if you like my question then don't forget to follow me and upvote my Question!!😃😀

19th Feb 2021, 10:04 AM
Felix Charles ⭐
5 Answers
+ 6
Use style tag to apply css in HTML. The <style> tag is used to define style information (CSS) for a document. Inside the <style> element you specify how HTML elements should render in a browser. If you want to connect external css file to the html file use the following tag <link rel="stylesheet" href="your file name"> But Yuvraj use the search bar before posting question here as Ananiya Jemberu marked out there. Happy Coding!
19th Feb 2021, 10:29 AM
Matias
Matias - avatar
+ 3
Yuvraj you are Welcome!!
20th Feb 2021, 3:27 PM
Matias
Matias - avatar
+ 2
19th Feb 2021, 12:37 PM
Felix Charles ⭐
+ 1
19th Feb 2021, 10:11 AM
Felix Charles ⭐