Multiple choice

__________ are ignored by browsers.

  1. Tags

  2. Elements

  3. Text

  4. Comments

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

Comments in HTML (and programming languages) are text notes that are ignored by browsers when rendering the page. They are written for developers to read. Option D is correct. Tags (A), elements (B), and text (C) are all processed and displayed by browsers.