Learn HTML by Building a Cat Photo App - Step 2

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

Your code so far

<html>
  <body>
  </h1><elementName></h2>
    
  </body>
</html>

I don’t know how to go about this

Your mobile information:

TECNO CC7 - Android 9 - Android SDK 28

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

I think you closed the h1 element without starting it. Also I don’t think <elementName> is needed. Try deleting the </h1><element name></h2> and replacing it with a h1 element with the text needed, and another h2 element with the text needed. Remember to properly close and open elements by doing <elementopened> </elementclosed>

<h1>CatPhotoAp</h1>

Hey bro this was the first line which got deleted by you, accidently, kindly do put it there.

Second you need to use h2 tag as h1 tag got used.

And in place of elementName you need to use Cat Photos

Hope you understand.

1 Like