Comment in HTML
HTML comments are used to add notes, explanations, or temporarily disable code without affecting the webpage’s output.
📌 HTML comments are ignored by the browser and do not appear on the webpage.
📌 They are useful for documentation, debugging, and code organization.
Syntax:
<!-- Your Comment -->
Qus. 1 : Which HTML element is used for abbreviation or acronym?
- <abbr>
- <blockquote>
- <q>
- <em>
- makes text Bold
- makes Text Italic
- makes Text Underline
- None of these