Comment out html 2

Tell us what’s happening:

I have everything right besides, do not change the order of h1, h2, or p in the code.

Your code so far

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

<h2>CatPhotoApp</h2>

<!--p>Hello Paragraph</p-->
-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7.

Link to the challenge:
https://www.freecodecamp.org/challenges/comment-out-html

What does the failing test say? Right now you have everything commented out and your h1 and p elements are double commented out.

ok thanks. I’ll try this and let you know.

OK thank you randell dawson. It worked!