CSS tags
In CSS, tags are used to select and style HTML elements. Here are some common CSS tags:
body: Applies styles to the entire body of the document
h1, h2, h3, h4, h5, h6: Selects heading elements and allows you to style them accordingly
p: Targets pa...
developertree.com1 min read