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 -->