how can iI comment out 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 '<!-- -->'
<!-- a comment in html -->
#You need mix html comments tag and ruby comments tag :
'#' and '<!-- -->'