+ 2
What is a comment??
please explain more
3 odpowiedzi
+ 15
comments are the line whose content are ignored by compiler, it is used for are understanding only
like u can write about your code that what u had done and why you use that content
+ 2
if you want to add notes inside a source code for reference or how the program works etc...
0
Comments are used to write notes to yourself within an HTML document. They do not appear when a browser displays a Web page. Comments can also be placed around HTML code to turn that code off. HTML tags inside comments are not interpreted by the browser. Use <!-- --> tag to add HTML comment element in the web page.