How to uncomment

Tell us what’s happening:

Your code so far




<h2CatPhotoApph2>

<pKitty 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 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36.

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

Hi @ccrockett19,

Suppose you have a commented line like this:
<!--This is some comment -->

To uncomment it, you have to remove <!-- and --> around it like this:

This is some comment