Multiple choice technology

Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.

  1. True

  2. False

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

Web browsers are responsible for rendering text using fonts available on the local system, and different computers have different font collections. When a specified font isn't available, browsers substitute with similar fonts from their pool. This is why web design specifies font families rather than single fonts, ensuring graceful degradation.

AI explanation

To answer this question, you need to understand how text is displayed on different computers and browsers.

Option A) True - This option is correct because each computer can have different fonts installed, and each browser determines how to display the text using the available fonts. Therefore, the way text is displayed can vary from one computer to another and from one browser to another.

Option B) False - This option is incorrect because each computer and browser combination can have different font capabilities, leading to variations in how text is displayed.

The correct answer is A) True.