Uncemmonting part (need help)

Can somebody help me with uncommenting part?

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 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0.

Challenge: Uncomment HTML

Link to the challenge:

Hello and welcome to the FCC community~!

HTML comments begin with <!-- and end with -->. The challenge asks you to uncomment the <p> element, so where would you put a --> and a <!-- to do that?

1 Like