Multiple choice html

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

This is correct because HTML specifies font families (like 'Arial, sans-serif') but doesn't guarantee which specific font a computer has. Each browser renders text using available fonts on that system, substituting alternatives if requested fonts are missing, causing display variation across computers.