+ 1
What is the difference between class and id
3 Answers
+ 2
One element cannot have more than one id.
+ 1
...and classes can be used if you have multiple elements that need the exact same styles
+ 1
but as an alternative to classes is just using p{} and body{}