comment section for html website code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: 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.
-->