Direction: Choose the correct option
Q1.
What is a CSS selector?
Direction: Choose the correct option
Q2.
p {
color: blue;
}What type of selector is this?Direction: Choose the correct option
Q3.
Which selector has the highest specificity?
Direction: Choose the correct option
Q4.
* {
margin: 0;
padding: 0;
}What does the * selector do?Direction: Choose the correct option
Q5.
h1, h2, h3 {
font-family: Arial;
}What is this called?