What type of selectors does CSS include?

Question

What type of selectors does CSS include?

Re: What type of selectors does CSS include?

HTML selectors
Used to define styles associated to HTML tags. (A way to redefine the look of tags)
Class selectors
Used to define styles that can be used without redefining plain HTML tags.
ID selectors
Used to define styles relating to objects with a unique ID (most often layers)