What is HTML Comments?
HTML comments are used to write notes in code.
They are not visible in the browser.
Syntax
<!-- This is a comment -->Example
<!-- Heading starts here -->
<h1>Hello HTML</h1>Why Use Comments?
- Understand code later
- Help team members
- Debugging