HTML comment section

Tell us what’s happening:
im currently stuck on HTML comment section where it says " do not change the order of h1 h2 and P". please help

Your code so far


<!--
<h2>Hello World</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Hmm it seems like you might had accidentally changed the <h1> tag to a <h2> tag when I compared with the original code; is that true?

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