comments tag in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comment tags
<!-- This is how you do an HTML comment tag -->
/* This is how you do a comment in the css STYLE section */
// this is how you do a comment in javascript and php
# This is a comment in Python
Example 3: how to comment in html
<!-- your comment goes here -->