Learn HTML by Building a Cat Photo App - Step 5

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

I moved your question to its own topic because you were asking a question related to your own code for a challenge and were not answering the OP of the other thread. It is always best to create your own thread for you specific question(s). Also, it is advisable to use the Ask for Help button on the challenge, so it auto-populates with your current code and the challenge url.

Thank you.

hello and welcome to fcc forum :slight_smile:

you need to mark “main” after <h1>....</h1>

read this instruction once again see if you can figure this out, good luck and happy learning :slight_smile:

Identify the main section of this page by adding a opening tag after the h1 element, and a closing tag after the p element

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