Stcukonwierdproblem

Its telling me ( You should not change the order of the h1 h2 or p in the code.) when I didn’t even rearrange the code!

Your code so far

CatPhotoApp


<!--helloworld-->

<!--(h1)helloworld(/h2)-->

<h2>CatPhotoApp</h2>


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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15

Challenge: Comment out HTML

Link to the challenge:

You have made changes in the code you were not asked to make. You should just comment out the elements that you were asked to, nothing else.

Edit: In case you are still stuck. Reset the challenge. Then comment out the h1 element and the p element. Do not make any other changes to the code.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.