Please I do I comment out h2 p

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

Your code so far


<!--
<h1>Hello World</h1>

<h2> <!--code -->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 (Linux; Android 8.1.0; SM-T585) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html1

hi @ayomiposisewedo

The challenge says only your h2 element shouldn’t be commented, you should wrap the comments around the other elements except the h2 element.

You can also take off the comment nested inside the h2 element.

Let me know if you need more help.

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