Can anyone please help with the uncomment h1,h2 and p problem I'm all new to this

Tell us what’s happening: its keeps saying No trailing comment tags should be visible on the page (i.e. --> ).

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 gras?>"
<!--uncomment your h1,h2 and p
<!--> <h1><h2> --><and> <p>,-->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13505.100.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.142 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

This is the starter code:

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

The challenge wants you to remove the comment tags. You should only delete 7 characters from the starter code and add 0 characters to the starter code.

Appreciate your help

1 Like

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