Multiple Choice
Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface .
A) #offer { color:blue; font-family:Arial,sans-serif;}
B) .offer { color:blue; font-family:Arial,sans-serif;}
C) .offer { text:blue; font-family:Arial,sans-serif;}
D) #offer { text:blue; font-family:Arial,sans-serif;}
Correct Answer:

Verified
Correct Answer:
Verified
Q5: To associate an external style sheet with
Q6: To apply a style to a certain
Q7: The declaration property used to set the
Q8: Select the items below that can be
Q9: CSS was first proposed as a standard
Q11: Which CSS property configures the color of
Q12: Select the code below that uses CSS
Q13: Use the _ tag to code embedded
Q14: Which CSS property configures the font typeface?<br>A)
Q15: Use the _ property to configure bold