I tried all possible best but still having issues with not changing the order, pls can someone help me out?

Tell us what’s happening:
Describe your issue in detail here.

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.3; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Comment out HTML

Link to the challenge:

1 Like

Hello @princessb_code! When I run your code, it says that you changed the order of the elements because they don’t exist. This does not have an <h1> tag.

This also does not have a <p> tag.

The very first and very last comments are also not needed. Hope this helps! :slight_smile:

You have to remove the comments at the very first and last of your code, as the challenge asks you to only comment out the h1 and p elements

also , your h1 & p elements do not have an opening and closing tag.

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