Multiple Choice
Select the code below that configures a class called "offer" with blue text using CSS.
A) offer { color: blue; }
B) .offer { color: blue; }
C) .offer { text: blue; }
D) #offer { color: blue; }
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is a CSS
Q5: Use the _ element to create logical
Q6: Where do you place the code to
Q7: Use the _ element to code embedded
Q8: When CSS is coded in the body
Q10: Use the _ element to associate a
Q11: According to the CSS order of precedence,
Q12: Which of the following symbols terminates a
Q14: Use the _ element to create a
Q17: Select the code below that uses CSS