Tell us what’s happening:
Comment out your h1 element and your p element, but not your h2 element. What I submitted below . . .
<h1>Comment out</h1> with open <!— & close —>
<h2>is not commented out</h2>
X <p>p element should be commented out</p>
X each of your comments should be closed —>
You should not change the order of h1, h2 or p in the code
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>
-—>
Thanks for your help.
Your browser information:
User Agent is: Mozilla/5.0 (iPad; CPU OS 12_4_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1
.
Challenge: Comment out HTML
Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html