Hi I am stuck on the uncommenting section. What parts do I take out?

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

Challenge: Uncomment HTML

Link to the challenge:

@shael7489 It is a very simple challenge. As we know, Comments in HTML start with <!-- and end with a -->. Remove <!-- from the beginning of the code and remove --> from the end of the code. Please read the given instruction carefully.

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