Your `h1` element should be visible on the page by uncommenting it. help me out

Tell us what’s happening:
Describe your issue in detail here.

i got truck it telling Your h1 element should be visible on the page by uncommenting it. help me out
Your code so far


<!--
< h1> hello world</h1>
<!--uncommenting-->
<h2>CatPhotoApp</h2>
<!--uncommenting-->
<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>
<!-- uncommenting-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Uncomment HTML

Link to the challenge:

1 Like

So you still have a start quote tag, <!--.… anything after that would be a comment. To uncomment it, you’d want to remove those tags.

Hello @paulkevin2009 This task is : uncomment <h1>``<h2>and <p>, so you just need to remove the <!--and -->tags is ok .happy coding. :slightly_smiling_face:

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