How to comment in HTML?

I am new to HTML. Can you tell me how can I add a comment to my code. I want to make my HTML code easy to read. So, I want to add a comment to it.

To Comment in HTML, just use the following syntax,

<!-- Replace with your comment -->

To comment in the HTML Document use the syntax mentioned below:

<!-- leave a comment like this -->