Hi
When you are incorporating CSS into your document is there a reason why you should use a class or a ID..
They sort of seem the same to be..
Thank you..
Thx
I was a little worried I might have asked a stupid question. Your answers have steered me in the right direction..
Cheers
What you're supposed to do is interpret it literally. ID's are supported in CSS so that when you want to target one specific element (like THE header or THE navigation) you can just assign some CSS to its ID. If you want to target a group of elements (like all important paragraphs, all external links, all in-text images, ...) you can define a class name for them and address them that way.