how to make comment in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comments in html
<!-- This text is commented in html -->
Example 3: html comments
<!-- Example Comment -->
Example 4: comment in HTML
<!-- This is how you comment in HTML -->
Example 5: how to comment in html
<!-- This is HTML -->
/* This is CSS */
// This is CSS to
Example 6: html comment
<!-- Write comment here -->