Answers for "add comments in html"

7

comment in HTML

<!-- This is how you comment in HTML -->
Posted by: Guest on December-15-2020
7

how to comment in html

<!-- This is HTML -->
/* This is CSS */
// This is CSS to
Posted by: Guest on September-16-2020
0

comments html.erb

#You need mix html comments tag and ruby comments tag : 
'#' and '<!-- -->'
Posted by: Guest on February-19-2021
2

html comments

<!-- i am a comment -->
Posted by: Guest on September-22-2020
1

html comments

<!-- html comment -->
Posted by: Guest on July-16-2021
0

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
-->
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language