Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!-- User Editable Region -->

// running tests
Your h1 element should have an opening tag. Opening tags have this syntax: <elementName>.
Your h1 element should have a closing tag. Closing tags have a / just after the < character.
You have more than one h1 element. Remove the extra h1 element.
Your h1 element's text should be CatPhotoApp. You have either omitted the text, have a typo, or it is not between the h1 element's opening and closing tags.
// tests completed


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 1

Link to the challenge:

Hello, welcome to the forum. Do you have a question? The more you can explain in words then the more we can help you understand the challenges and what you need to do. It looks like you did not include any of your own code so we cant really help you without know what your current looks like. I would edit the post to include the current code you are using to try and pass the challenge

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