Build a Cat Photo App - Step 5

Tell us what’s happening:

I’m missing aelement and don’t know where to fix it well. They are telling me to put it below p and did that but still. What should I do

Your code so far

<html>
  <body>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Cat Photo App - Step 5

The step wants you to only add an opening and closing main tag, and nothing else (no extra h1 or p elements).

Hi Buddy, See how do we add the text between tag name h1.

<h1> This is the h1 tag </h>

The same like that you need to add the main element in the code.

When you do add so than you will be identify the main code in your page.

Hope You Understand.