Need urgent help

Tell us what’s happening:
i am trying to complete this task but i can not wrap my head around it , even after trying 15 times . please someone end from my misery

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/67.0.3396.99 Safari/537.36.

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

Well given that<!— is what makes something commented out in html, if they’re asking you to uncomment something then natural you should remove the <!— that makes it commented.

I hope that makes sense.

-Nao

thanks for helping . however i have just done this and it still has not worked , can please elaborate further .

A comment in html is <!-- something -->

To uncomment you need to remove the comment code. So it would now look like this:

something

I deleted <!-- and -->

2 Likes

thank you very much for your helping