how to add comments in html


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to how to add comments in html

The HTML Comment Tag: Here's How To Use It In Your Code
https://html.com/tags/comment-tag/

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 Comments - W3Schools
https://www.w3schools.com/html/html_comments.asp

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 ...

HTML comment tag - W3Schools
https://www.w3schools.com/TAGS/tag_comment.asp

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