How to not change the order of h1, h2 and p?

Tell us what’s happening:

Your code so far



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

<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 (Linux; Android 10; SM-N960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

@Jean76 Your code is working.
The task mean that you shouldn’t put h2 element up on the h1 or down under the p.

Did you have any extensions? such as dark mode (or) ad blocker and also make sure your browser’s zoom level is 100% because these are the common reasons for the failing of the tests because your passes for me.

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