HTML Comments

<!-- -->

  • This is the syntax used for HTML comments:
  • Start with the left angle bracket (<) followed by an exclamation point (!) and two dashes (--)
  • Then type in your comment and place your end tag. 
  • The end tag is two dashes (--) followed by the opposite angle bracket (>)
  • HTML comments are for your use.
  • Use them to leave notifications or reminders for yourself

Comments