HTML Comments
HTML Comment Tags for single line
You can add comments to your HTML source by using the following syntax:
<!-- Write your comments here -->
HTML Comment Tags for multiple line
You can add comments to your HTML source by using the following syntax:
<!-- Write your comments here
Write more-->

5 comments in_html

  • 2.
    HTML Comments HTML CommentTags for single line You can add comments to your HTML source by using the following syntax: <!-- Write your comments here --> HTML Comment Tags for multiple line You can add comments to your HTML source by using the following syntax: <!-- Write your comments here Write more-->