Face Off - Class v. ID
November 21st, 2007What is the difference between a class and an ID in CSS? Both seem to behave identical, but they have different uses. A good coder knows when and how to use each one.
IDs:
Can only be used once on a page
Can be used with a class for the same element
Used to identify one and only one [...]