What am I doing wrong? It says I need to make h2 and p commented but leave h2 uncommented. What am I 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_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.
You have the wrong sort of dash here. Apple likes to “fix” the dashes to the wrong ones for you. Use - instead. You may want/need to turn off autocorrect for these dashes.
Please edit your question. In your question you said they wanted you to comment out h2 and p elements and but not h2. That doesn’t make sense. Did you mean to say that the instructions asked for you to comment out h1 and p?