add comments in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comments html.erb
#You need mix html comments tag and ruby comments tag :
'#' and '<!-- -->'
Example 3: 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
-->