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
HTML Comment Tags. You can add comments to your HTML source by using the following syntax: <!-- Write your comments here --> Notice that there is an exclamation point ...
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: