Stuck on "uncommenting" o

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

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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Safari/537.36

Challenge: Uncomment HTML

Link to the challenge:

Revisit the lesson and read carefully.

Comments are made so that you can leave a comment for someone else. It will not display. Notice that the preview pane on the right is blank? This is because all the code is commented out.

Now a comment starts with <!-- and ends with -->. Anything in between them is considered a comment.
If you wanted to uncomment, what would you have to delete?

1 Like

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