Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
I’m doing exactly what the lesson says but it keeps telling me to put the main elements closing tag below the p element which I’ve done and redone a million times but it keeps saying the same thing

Your code so far


<main>
    <h1>the most important content of the document</h1>
    <p>some more important content...</p>
</main>
 

Your mobile information:

Infinix X657B - Android 10 - Android SDK 29

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

Link to the challenge:

you are not, you created new elements

reset the step, you need to wrap the existing elements in a main element, not delete them and create new elements

please can i get help solving tghis challenge

hi @Oge1 please create your own topic

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 Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The 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.

Hi Buddy, Here do you have these elements in your code.

<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>

You’re instructed to wrap all these into an main element

Hope You Understand.

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