Html Comments Tutorial
HTML Comment are used to write notes about our html code on our webpage. Comments are not visible to web site visitors. HTML start tag for comment is <!-- and end tag -->.
HTML Comment Example
<!--
This is my HTML Comment.
Comments are not visible to website users.
Comments are used to keep our notes about our code.
-->

