how to write the html comment? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to write the html comment?

24th Jun 2016, 2:58 PM
Cĥît Sân Wìñ
Cĥît Sân Wìñ - avatar
10 Answers
+ 5
hi. un html you can coment with this <!--You comment -->
24th Jun 2016, 3:08 PM
Ernesto Morales
Ernesto Morales - avatar
+ 4
<!-- comments -->
24th Jun 2016, 5:09 PM
Gokul S
Gokul S - avatar
+ 3
<!-- comments -->
24th Jun 2016, 5:08 PM
Gokul S
Gokul S - avatar
+ 1
you can write this code to insert comment in your html file <!--comment-->
24th Jun 2016, 4:21 PM
Siddharth Jain
+ 1
@miguel that JS not HTML. HTML comments go <!--comemnt-->
24th Jun 2016, 5:43 PM
josh mizzi
josh mizzi - avatar
0
thanks ya my fri:-)
24th Jun 2016, 3:11 PM
Cĥît Sân Wìñ
Cĥît Sân Wìñ - avatar
0
<--!Your comment-->
25th Jun 2016, 8:07 PM
Айрат Мухамедович Шарафутдинов
Айрат Мухамедович Шарафутдинов - avatar
0
thanks u all my fri
25th Jun 2016, 8:16 PM
Cĥît Sân Wìñ
Cĥît Sân Wìñ - avatar
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-->...
22nd Jul 2016, 6:09 AM
Matt Bailey
Matt Bailey - avatar
- 7
you also use /* comment */
24th Jun 2016, 3:11 PM
Miguel “tecnomike92”
Miguel “tecnomike92” - avatar