Comment tag

The HTML comment tag is used to insert comments inside your source code. All text inserted inside the comment tag is made invisible by the browser.

Example source code:

<!--This is a comment. Comments are not displayed in the browser, this text would not be visible -->

The comment tag is ignored by default when you are analyzing your website with the Page Analyzer. You can customize this setting so reports do include words found in comment tags.