__________ are ignored by browsers.
-
Tags
-
Elements
-
Text
-
Comments
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.