HTML Comments


❮ Previous Next ❯

What is an HTML Comments?

HTML Comments will be define under this tag <!-- -->.
It is used to hide the content in HTML or to write the details about code for remember.

Example

Example

<!-- Details of the coding -->
<p>This is example of comments tag </p>

<p>This is example of <!-- hide text --> comments tag </p>
Try It ยป