HTML Comments

HTML
CSS
C#
SQL

HTML Comments

HTML comments are not displayed in the browser, but they can help document your HTML source code.

A comment is a piece of code that is ignored by any web browser. It is a good practice to add comments to your HTML code, especially in complex documents, to indicate sections of a document and any other notes to anyone looking at the code. Comments help you and others understand your code and increase code readability.

Example :