I am not able to get the uncomment part

Tell us what’s happening:

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>
-->
<!--h1-->
<!--h2-->
<!---p-->

Your browser information:

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

Challenge: Uncomment HTML

Link to the challenge:

Hi!
To comment out HTML means to add <!-- and --> around a piece of code, so it doesn’t get rendered. To uncomment is the opposite, to simply remove existing <!-- and --> tags.

Hi Michaelsndr Thank you for this …This is helpful!

1 Like