You should not change the order of the h1 h2 or p in the code

Tell us what’s happening:

I keep getting this message: You should not change the order of the h1 h2 or p in the code.

I haven’t changed any order, what should I do?

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 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Hi @bcasrf !

This is not valid html

You are supposed to wrap the comment around the html elements

1 Like

This is how you comment out an element:

<!-- <form>i am a form</form> -->

Now compare with yours.

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