write comment on html code example
Example 1: html note
<!-- This is an HTML note -->
Example 2: hmtl comment
<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->
<!-- This is an HTML note -->
<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->