Tuesday, 6 December 2016

HTML Comments

  1. Comment tags are used to insert comments in the HTML source code.
  2. You can add comments to your HTML source by using the following syntax:
    <!-- Write your comments here -->
<!-- Single line comment -->
    
  <!-- Multiline comment
   Here you can write any number of lines
  -->

No comments:

Post a Comment