Which is true to change the text color to red?
-
<BODY BGCOLOR=RED>
-
<BODY TEXT=RED>
-
<BODY COLOR=RED>
-
none of the above
B
Correct answer
Explanation
The TEXT attribute in the tag controls the default text color for the entire page. BGCOLOR sets the background color, while COLOR is not a valid BODY attribute. Option B correctly uses TEXT to set red text.