Learn HTML by Building a Cat Photo App - Step 6

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

Your code so far

<html>
  <body>
    <main>  <h1>CatPhotoApp</h1> <h2>Cat Photos</h2>           <p>Click here to view more cat photos.</p>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    </main>
  </body>
</html>

Your browser information:

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

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

Link to the challenge:

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

yes i did im having problems with step 6

Hello and Welcome to the forum.
Seems like you have added some unnecessary code. It would be great if you reset the challenge.
You are just supposed to add 2 spaces before the opening <p> tag.

just did that but it’s not working please an example would be nice

May you show your current code. After making the modifications?

more than necessary h1 and h2 elements. Probably a repetition

please elaborate for me

Are you still stuck on this step?

within your main, you have more than necessary h1 and h2 elements

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