I tried all possible ways and I still don' t understand what this means: You should not change the order of the h1, h2, or p elements in the code. Please help!

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

Challenge: Comment out HTML

Link to the challenge:

Screenshot 2022-04-04 9.35.31 AM

THE <H1> AND <P> TAGS SHOULD NOT BE REMOVED

AN EXAMPLE:


<!--<h1>WELCOME TO THE TUTORIAL</h1>-->

INSTEAD OF:

<!--WELCOME TO THE TUTORIAL -->


Go ahead and press the RESET button and do it again.

Screenshot 2022-04-04 9.35.22 AM

THE UNCLOSED COMMENT HERE, MIGHT CAUSE YOU PROBLEMS AS WELL,
BEST TO GET RID OF IT.

Screenshot 2022-04-04 9.39.41 AM

1 Like

Remove the <!-- tag above and,
comment out the <h2>CatPhotoApp</h2> tag,
That should do it.

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