Multiple choice css How do you change the text color of an element? text-color: color: text-color= 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.