HTML comments are notes or reminders you can add to your HTML code.
These comments are not visible in the browser when someone views your webpage.
They are only for developers or anyone reading your source code.
Important Points: Every comment starts with <!-- and ends with -->. The.