0
how to write the html comment?
10 Respostas
+ 5
hi. un html you can coment with this <!--You comment -->
+ 4
<!-- comments -->
+ 3
<!-- comments -->
+ 1
you can write this code to insert comment in your html file <!--comment-->
+ 1
@miguel that JS not HTML. HTML comments go <!--comemnt-->
0
thanks ya my fri:-)
0
<--!Your comment-->
0
thanks u all my fri
0
when I write out my code I normally write each line of comments above a section like this: <!-This is the title that shows in the browser tab--> ... some code here ... <!-This is the section where I list cool attributes-->...
- 7
you also use /* comment */