Direction: Choose the correct option
Q1.
How is a class selector written in CSS?
Direction: Choose the correct option
Q2.
What is a key advantage of class selectors over ID selectors?
Direction: Choose the correct option
Q3.
ClickHow many classes does this element have?Direction: Choose the correct option
Q4.
.btn {
padding: 10px 20px;
}How many elements can this selector affect?Direction: Choose the correct option
Q5.
.box.large {
width: 300px;
height: 300px;
}What does this selector target?