Comment is a piece of code which is ignored by any web browser. It is a good practice to add comments into your HTML code, especially in complex documents, to indicate sections of a document, and any other notes to anyone looking at the code. Comments hel
Comments are also great for debugging HTML, because you can comment out HTML lines of code, one at a time, to search for errors: Example Do not display this image at the moment
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a
Post a Comment:
Showing 0 Comments: