🎴 Flashcard Mode

PHP and .NET Web Development Basics

Card1 / 18
Mastered0
Review0
QuestionClick to flip

How do you change the text color of an element?

AnswerClick to flip back
A
color:
💡 Explanation:

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

Change Mode