Stack at commenting out CatPhotoApp

Hi I need help here. I did follow the instructions already. I actually know the basic but thought it was better to start freecoding from the very beginning but I keep on getting should not change the order, or Your h1 element should be commented out so that it is not visible on the page

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

Challenge: Comment out HTML

Link to the challenge:

Hi,

2 typos:

  1. </h1 should be </h1>
  2. p> should be <p>

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