1.
Which CSS selector targets HTML elements based on their tag names?
2.
What symbol is used to denote a class selector in CSS?
3.
Which CSS selector targets HTML elements based on their id attribute values?
4.
How do attribute selectors differ from class selectors?
5.
Which CSS selector is used to target HTML elements with specific attribute values?
6.
In CSS, what symbol is used to denote an ID selector?
7.
How are element selectors different from class selectors?
8.
Which CSS selector is used to apply styles to elements with a specific class name?
9.
What is the purpose of using an ID selector in CSS?
10.
Which CSS selector is used to apply styles to elements based on their tag names?