0
Is it necessary to use class or id tag in css
I want answer fast pkease
3 Answers
+ 2
Yes, you need them to reference to multiple elements (with "class", for example all the <p> elements) or a single specific elements (with "id", for example a single <div>).
+ 1
you need these because if you want for example only a <p> or a bunch of <p> and you have many of <p> you need something to specify them!
0
thanks