Answer :
Final answer:
The only false statement is that font names in code must be one word, as they can contain spaces and require quotes. Other statements about font compatibility and categories are true. Understanding these distinctions is vital for effective web design.
Explanation:
Understanding Font Statements
When discussing fonts in web design, it is essential to discern which statements are true or false. Let's evaluate the given statements:
- Some fonts don't work in some web browsers. - This statement is true. Certain fonts may not be supported across all browsers, leading to compatibility issues.
- Web browsers use a different built-in font for each font category. - This statement is also true. Browsers may have default fonts that they fall back on if a specified font isn't available.
- Web fonts usually fit into one of five categories. - This statement is true. Generally, web fonts can be classified into categories like serif, sans-serif, display, monospace, and script.
- Font names in code must be one word, like "Times New Roman". - This statement is false. While some font names are a single word, others can contain spaces and should be enclosed in quotes. For example, "Times New Roman" is correctly formatted as it includes spaces.
Conclusion
The false statement among the options is that font names in code must be one word. Instead, they can be multi-word names as long as they are appropriately quoted in the code.
Learn more about fonts here:
https://brainly.com/question/36452888