Here you'll need to end the comment before your h2 element begins. Comment out your h1 element and your p element, but leave your h2 element uncommented

Tell us what’s happening:
Here you’ll need to end the comment before your h2 element begins.

Comment out your h1 element and your p element, but leave your h2 element uncommented

Your code so far

<!this is my>
<h1>Hello World</h1><this is good-->

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p><this is better-->
-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:

how to comment out HTML

It’s different in different languages. In HTML, you put <!-- at the beginning of the comment and --> at the end.