🎴 Flashcard Mode

Simple HTML CSS Quiz

Card1 / 6
Mastered0
Review0
QuestionClick to flip

Which values for font-family property is valid?

AnswerClick to flip back
A
“Times New Roman”, serif
💡 Explanation:

In CSS, font names containing spaces (like Times New Roman) must be enclosed in double or single quotes to be valid. Multiple fonts are separated by commas. Option 6387 correctly uses quotes for the multi-word font and provides a generic fallback (serif) without trailing semicolons inside the value string.

Change Mode