Comments/begginner/problem

Tell us what’s happening:
Describe your issue in detail here.
I’m not seeing an issue with my code I have tried a couple of other alternatives to writing this code but this one seems the most logical one for the answer. Could you tell me? What’s wrong with it?

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

Make sure to read the directions carefully. Your code comments your h2 element out, but the directions tell you

“ Remember that in order to start a comment, you need to use <!-- and to end a comment, you need to use -->

Here you’ll need to end the comment before your h2 element begins.”

“ Comment out your h1 element and your p element, but not your h2 element.”

Hope that helps

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