Comments in HTML begin with <!--
and ends with -->
. A comment is a piece of code which is ignored by any web browser.
Using comments as reminders3
<h1> All About Me</h1> <!--Remember to add more content here.-->
<!-- Your comment here-->
<!--
and -->
tags will be completely ignored by the browser.For more information, see http://www.w3schools.com/tags/tag_comment.asp
Found a bug in the documentation? Let us know at documentation@code.org