This looks correct to me but I’m getting an error to not uncomment to the h2 element. I don’t think I am. Can someone see what I am doing wrong?
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 (iPad; CPU OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.
<!--
<h1>Hello World</h1>
-—> (HERE)
<h2>CatPhotoApp</h2>
<!-— (HERE)
<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>
-->