Multiple choice technology web technology

How do you change the text color of an element?

  1. text-color:

  2. font-color:

  3. color:

  4. fgcolor:

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

CSS uses the 'color' property to set text color. Properties like 'text-color', 'font-color', and 'fgcolor' do not exist in CSS specification.