What is the purpose of a comment in an HTML file? code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comment in html
<!-- this will be ignored -->
<!-- a comment in html -->
<!-- this will be ignored -->