This element is used to add a comment to an HTML document. An HTML comment begins with <!–– and the comment closes with ––>. HTML comments are visible to anyone that views the page source code, but are not rendered when the HTML document is
Remember to add more information here --> Try it Yourself » Comments are also great for debugging HTML, because you can comment out HTML lines of code, one at a time ...
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: