<!--
<!--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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
You have an extra open comment tag at the top and the bottom comment tags - they seem to have fused witht the p tags. I’d hit the Reset All Code button and start fresh, paying close attention. Sometimes these take a few tries.
Please do not paste pictures of code. Copy and paste code into the message, putting three backticks (```) on the line before the code and the line after the code - that will format it correctly.
What is this: <!--h1>
You started with <h1> and you wanted to add a comment element. <!-->. But you didn’t do that, you mutated the existing h1 element. Don’t change any elements. Add the comment elements into the code without changing the existing code.
Again, I would press Reset All Code and try again. This time, don’t change any existing elements. You don’t need to change anything. All you need to do is add a few comment element and those can be on their own lines.