Multiple Choice
Which of the following will configure all the span elements with red (#FF0000) text color?
A) span { color: #FF0000; }
B) #span { color: #FF0000; }
C) .span { color: #FF0000; }
D) < span style="color: #FF0000;" >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Select the items below that can be
Q15: Which of the following is a CSS
Q16: Which of the following is the CSS
Q17: Which of the following is the CSS
Q19: CSS was first approved as a standard
Q20: To apply a style to one or
Q22: Cascading Style Sheet rules are comprised of:<br>A)
Q23: Which type of selector is specified by
Q24: To apply a style to exactly one
Q25: External styles override or take precedence over