Lesson 1: Basic HTML Tags
(HTML Comment Tags)

A special comment tag exists for you to "document" your code. This tag is used to add comments that won't be displayed by the browser. Although undefined tags are also not displayed, using the comment tag shown below is the correct way to document an HTML file.

<!-- comment goes here -->