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>CatPhotoApp cat photos </h2>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO BC2c) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

Yh I’m having trouble getting through step 2 and I want someone to help me pls

no problem. I just want to make sure you are clear on some terms first.

This post explains the h1 element and its parts.

Read this if you are stuck on step 1 of the fCC "Learn HTML by Building a Cat Photo App"

Take a look and pay attention to the way the opening tag and closing tag are matching each other.
Also pay attention to the word “text”. What is the ‘text’ of an element.

Then try this exercise again but this time click on Restart Step first to reset it.

Hmm ok but actually I’m stuck at step 2 and I don’t know what to do

yes I understand you are on step 2. I just want to make sure we are speaking the same way (using the same terms) and understand each other.

That little gif in the post explains some terms… they are used also in the step 2.

1 Like

Looking at your code, you seem to have gotten the instruction wrong.

h1 is a different element from h2.

So, you cannot open a tag with h1 and end h2

1 Like

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