Why is --> still appears in the result

Tell us what’s happening:

Your code so far


<!--Hello Comment. -->
<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 (Linux; Android 7.0; TECNO K7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

HI @Dave_g_19!

Welcome to the forum!

So this lesson asks you to uncomment out the code. Not create a new comment.

So if you reset the lesson and delete this top line
<!--

and this bottom line
-->

then the test will pass and you will see this result

But also this is not a complete html comment so it will show up in the final result.

Oh I finally figured it out but tnx for your help