Learn HTML by Building a Cat Photo App - Step 5

Identify the main section of this page by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

 <main>
   <h1>
   <p>
 </main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

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

Link to the challenge:

You shouldn’t be adding any extra elements like the h1 or p elements. You need to add the main tags around the existing elements the challenge gives you.

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words.

This has nothing to do with the current step. If you are on a new step then you need to make a new topic.

okay thank you uhmm i’m currently step 11 and now it reqeuring me to turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words.in the text of my p element

You need to follow these steps if you are on a new step

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.

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