how to add user comments in html code example
Example: 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.
-->