Tutorials

https://vvcestudio.com.br/en/tutorial/html/comentario/
menu

HTML Comment

All the text you put inside these tags is commented, that is, it will not appear on the page.
The comment starts with <!-- and ends with --> Everything you put between these tags is commented out.

Here is an example of an HTML comment.

HTML code:
x
<!-- Everything in here is a comment -->

Comments help organize the code and are not visible to the browser.