Posts

Showing posts with the label comments

Adding comments in HTML

Image
Comments:     Comments are a part of code that helps the coder and the user to know what is what, to indicate the sections of a document and improves the readability of the document.     HTML comments are placed between <!--...............--> tags. Comments are not displayed and are completely ignored by the browser. HTML also supports multi-line comments.     If we write this code, the page appears to be...