Anchor using pictures

Tell us what’s happening:

Do not change the order of h1 h2 or p, I dont understand what is being asked

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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/comment-out-html

That means you leave the h1 h2 or p elements in order and don’t modify their orders.

Don’t delete the html tags in this exercise. You need to restore back surrounding h1 elements for your hello world text. Good job commenting out that line though.

Next, you have an extra opening h2 tag < in your 2nd line.

Lastly, Restore back the <p> tags for your kitty ipsum… text and include < at the beginning of the text to properly comment it out.