comment out in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comment in html
<!-- this will be ignored -->
Example 3: html comments
<!-- i am a comment -->
Example 4: how to comment in html
<!-- your comment goes here -->
Example 5: html comments
<!-- Example Comment -->
Example 6: html how to add comment
<!-- This is the first comment, it won't be shown on a page -->
<h1>And this is a header. It will be fully visible.</h1>
<!--
Multiline comment.
You can place a lot of information there.
Maybe even a whole book.
-->