HTML Comments

HTML comments are not displayed in the browser, but may be helpful in writing your HTML source code.

HTML Comment Tag

You can add comments to your HTML source using the following syntax:

<!-- Write your comments here -->

Add Comments

With comments you can put notifications and reminders in your HTML code:

Example
<!-- This is a comment -->

<p>This is a paragraph.</p>

<!-- Remember to add more information here -->