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: