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 { }.