Learn HTML by Building a Cat Photo App - Step 8

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

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
  <p>see more cat photos in our gallery.
  </body>
</html>

Your mobile information:

Infinix X6816 - Android 11 - Android SDK 30 - Security Patch 2023-03-05 - Infinix/X6816-OP/Infinix-X6816:11/RP1A.200720.011/230329V1204:user/release-keys

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

Link to the challenge:

The text of the p element must be exactly the same as given in the instructions, including capitalization.

Also, a p element requires both an opening and closing p tag.

1 Like

Am actually stuck at step 8

And can’t figure out why please help

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

But mine does not have the help button it seems like I can only restart the question , … And I still keep getting the same feedback even when I have done everything right

The help button appears as a ? mark. It is there once the step has been attempted 3 times.

It helps us to see the code so we can assist with the solution. This is why we ask everyone to use the ‘Ask for Help’. It allows posting the question, along with the code.

We like to help when we can. :slight_smile:

1 Like

If i want to add a <p> element , saying "Hello World"

i will do this:

<p>Hello World</p>

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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