What symbol is used to denote a class selector in CSS?
A). A. Period (.)
B). B. Hash (#)
C). C. Asterisk (*)
D). D. Exclamation mark (!)
In CSS, what symbol is used to denote an ID selector?
A). A. Period (.)
B). B. Hash (#)
C). C. Colon (:)
D). D. Exclamation mark (!)
What is the correct syntax for an attribute selector targeting <input>
elements with a type attribute set to 'checkbox'?
A). A. input[type=checkbox]
B). B. input[type:checkbox]
C). C. input[type] checkbox
D). D. input[type=checkbox]
Which CSS selector is used to target HTML elements with specific attribute values?
A). A. Class selectors
B). B. ID selectors
C). C. Element selectors
D). D. Attribute selectors
Which CSS selector targets HTML elements based on their tag names?
A). A. Class selectors
B). B. ID selectors
C). C. Attribute selectors
D). D. Element selectors
How are class selectors applied to HTML elements?
A). A. By using a hash symbol (#) followed by the class name.
B). B. By using a period (.) followed by the class name.
C). C. By using a colon (:) followed by the class name.
D). D. By using an exclamation mark (!) followed by the class name.
Which CSS selector targets HTML elements based on their id attribute values?
A). A. Class selectors
B). B. Attribute selectors
C). C. Element selectors
D). D. ID selectors
Which CSS selector is used to apply styles to elements with a specific class name?
A). A. ID selectors
B). B. Element selectors
C). C. Attribute selectors
D). D. Class selectors
In CSS, what character is used to denote an attribute selector?
A). A. Period (.)
B). B. Colon (:)
C). C. Hash (#)
D). D. Square brackets ([])
Which CSS selector targets HTML elements based on their id attribute values?
A). A. Class selectors
B). B. Attribute selectors
C). C. Element selectors
D). D. ID selectors