how to make a comment in html code example

Example 1: commenting in html

<!-- a comment in html -->

Example 2: how to comment in html

<!-- your comment goes here -->

Example 3: comments in html

<!-- This text is commented in html -->

Example 4: comment in HTML

<!-- This is how you comment in HTML -->

Example 5: how do i comment in htmle

<div>
<p>This text is visible. Check the source code for multi-line comment.</p>
<!--  
Hello, world! I am a comment and I am
displayed in multiple lines!
--> 
</div>

Example 6: html comment

<!--this is comment-->