+ 1
What is the diffrence between id and class selector?
2 Answers
+ 4
This explains is very well:
https://css-tricks.com/the-difference-between-id-and-class/
Hope I helped! :)
+ 3
u cant give same id to more than one tag
but u can give same class name to more than one tag and all the tags having the same class name will be jncluded in dat class