Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Describe your issue in detail here.

h2 leaving out element eg:h2 cat h2photo

Your code so far


<!-- User Editable Region -->

</h1>catphotoapp</
h1>

<!-- User Editable Region -->

  </catphoto>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

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 would reset the step to get the original HTML back.

You don’t want to change anything that is already there. You only want to add a new h2 element below the existing h1 element. Adding an h2 element is just like adding an h1 element. You add the opening and closing h2 tags and then put the text for the element between those tags.

just give me the answer, I tried every possible answer … I have tried for 2 days… you don,t give example??

No. We don’t give out answers. You can share your new code and explain what you tried and what you may still be confused about

1 Like

What’s the point of that? It’s supposed that you are here to learn and understand, not to thoughtlessly copy & paste

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