Don't know what to do

Tell us what’s happening:

Your code so far


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

<h2>CatPhotoApp</h2>

<>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</>
<!---->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Hi @seosangyoung777

All of these tags are commented out:
<!--
<a>text</a>
<b>text</b>
<c>text</c>
-->

Here the first and last tags are commented out:
<!--
<a>text</a>
-->
<b>text</b>
<!--
<c>text</c>
-->

In the challenge try to comment out all but <h2>. Try resetting your code first, since you changed your tags in a way that will make your code fail.