Submitted by prashant_agr on Sun, 2007-05-06 14:00.
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)
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)