Multiple choice css

How do you change the text color of an element?

  1. text-color:

  2. color:

  3. text-color=

  4. font-color:

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The color property controls text color in CSS. Many beginners expect text-color or font-color, but the actual property is simply color, while background-color controls the element background.