Uncomment HTML?

Tell us what’s happening:

I did something wrong?

Your code so far


<!-- prmer comentario -->
<h1>Hello World</h1>
<!-- segundo comentario -->
<h2>CatPhotoApp</h2>
<!-- tercer comentario -->
<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/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/uncomment-html/

You did nothing wrong, but you need to remove all comments, otherwise it doesn’t let you pass the challenge

Just delete the comment tags, so it will stay:

<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>