MCQ
Which CSS selector uses a dot (.) at the beginning?
Unit-3 Programming Fundamentals
A
id selector
B
tag selector
C
class selector
D
universal selector
Explanation
A class selector in CSS begins with a dot, for example .box { }.
Related MCQs
How is inline CSS applied to an HTML element?
Unit-3 Programming Fundamentals
View
Which tag defines a data cell in an HTML table?
Unit-3 Programming Fundamentals
View
Where is the <title> tag placed in an HTML document?
Unit-3 Programming Fundamentals
View
Which CSS property is used to change the background color of an element?
Unit-3 Programming Fundamentals
View
Which comparison operator is used to check if two values are equal in JavaScript?
Unit-3 Programming Fundamentals
View
Which attribute specifies the source file of an image in the <img> tag?
Unit-3 Programming Fundamentals
View