Multiple choice general knowledge

Which is true to change the text color to red?

  1. <BODY BGCOLOR=RED>

  2. <BODY TEXT=RED>

  3. <BODY COLOR=RED>

  4. none of the above

Reveal answer Fill a bubble to check yourself
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.