Commenting is a way that you can leave comments for other developers within your code without affecting the resulting output that is displayed to the end user.
Commenting is also a convenient way to make code inactive without having to delete it entirely.
Comments in HTML start with <!--
And end with a -->
Uncomment your h1
, h2
and p
elements.
h1
element should be visible on the page by uncommenting it h2
element should be visible on the page by uncommenting it p
element should be visible on the page by uncommenting it -->
) Prev: 4. Fill in the Blank with Placeholder Text
Next: 6. Comment out HTML