Solved

Which of the Following Will Configure All the Span Elements

Question 21

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions