References

Collection of references for web development.

HTML !-- tag

Description

The HTML <!--...--> Tag represents commented text in the source code of the document, this will not be rendered by the browser, you can only see comments by looking at the source code, useful for development purposes.

Example

<!-- This content can only be viewed by looking at the source code. -->