Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (10 sloc) 352 Bytes

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>
-->
Something went wrong with that request. Please try again.