HTML comments are not displayed in the browser.
<!-- This is a comment --> <h1>Hello World</h1> <!-- Paragraph below --> <p>This is visible text</p> <!-- <p>This line is commented and will not display</p> -->
HTML comment syntax
Not visible in browser
Used for developer notes
HTML Comments
What are Comments?
HTML comments are not displayed in the browser.
Example
HTML comment syntax
Not visible in browser
Used for developer notes
Summary