Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.
I don’t understand the use of the hint in step 2 , how do I go about it?
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
   <Cat Photos>
  </body>
</html>

Your mobile information:

SM-A042F - Android 13 - Android SDK 33

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!

hi
what the system means is: you should tell us what your issue with the challenge is, what you have tried and the result given to you and for your question.

you created an element called Cat Photos when the element was supposed to be h2.
Look at the first element you created

there the element was h1 and the text was CatPhotoApp.
use this sample:
<element>Text</element>.
NOTE: your element is h2 and your text is Cat Photos. I hope this helps! Goodluck!

1 Like