Uncomment HTML please i need help can i get any from a ny of you bad ass

Tell us what’s happening:

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>
-->
<h1!--Hello world-->.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0.

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

This is about html comments, that works with , all that is inside of the arrows are commented, so is ignored. The challenge is uncomment the code, so you need to erase the arrows for that purpose.

1 Like

iilamita thanks for your response. but i am still not getting it i tried erasing the arrows but its still not progressing please can you just brake it a little more for me i’m new here.
i’ll be waiting for your reply thank you

There isn’t any more to it than that; there isn’t anything else to break down.

This is commented

<!-- <h1>hi</h1> -->

This is not

<h1>hi</h1>

Can you see what the difference is?

The task is not asking you to do anything except remove the comment tags. It’s not asking you write more code. The thing you’ve got so far, that’s writing more code.