An ID is a unique identifier, like a social security number or so, where as a class can be used by any element on a page. You can also set styles by id. For example, your element id is "my_id". You could do a css such as
Code:
#my_id{font-weight:bold;}