HTML Comment
Anything which is commented in an HTML document is not displayed by a browser. A browser ignores anything that is within the comment tag. The HTML comment usually helps for documentation of the source code.
Syntax
Example
Anything which is commented in an HTML document is not displayed by a browser. A browser ignores anything that is within the comment tag. The HTML comment usually helps for documentation of the source code.