Skip to content

Challenge Comment Out HTML

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Comment out HTML

Commenting is a way that you can leave comments within your code without affecting the code itself.

It is also a convenient way to make code inactive without having to delete it entirely.

You can start a comment with <!-- and end a comment with -->.

<!--
<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>
-->
Clone this wiki locally