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.
<!-- Details of the coding -->
<p>This is example of comments tag </p>
<p>This is example of <!-- hide text --> comments tag </p>
Try It ยป