Multiple choice Which of the following statements is FALSE regarding the class' selector in CSS? The class selector is used to specify a style for a single, unique element. The class selector is defined with '.' (dot). Class name should comprise only alpha numeric characters, and hyphens. The name of the class can be as desired by the user. It is used with style sheets. Reveal answer Fill a bubble to check yourself A Correct answer Explanation The id selector is used to specify a style for a single, unique element whereas the class selector is used to specify a style for a group of elements. Unlike the id selector, the class selector is most often used on several elements.