Notes
HTML comments are not displayed in the browser, but they can help document your HTML source code.
HTML Comment Tag
<!-- Write your comments here -->
Notice that there is an exclamation point (!) in the start tag, but not in the end tag.
Note: Comments are not displayed by the browser, but they can help document your HTML source code.
With comments you can place notifications and reminders in your HTML code:
Comments can be used to hide content.