comments on website html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: how to comment in html
<!-- your comment goes here -->
Example 3: comments html.erb
#You need mix html comments tag and ruby comments tag :
'#' and '<!-- -->'