Learn HTML by Building a Cat Photo App - Step 18

I dont understand where im suppose to put the “Cat Photos”

The h1 through h6 heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so h2 elements have less importance than h1 elements. Only use one h1 element per page and place lower importance headings below higher importance headings.

Below the h1 element, add an h2 element with this text:

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1><CatPhotos>


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 13; SM-A515U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

How do i add the link anchor? Do i use the whole “https://freecodecamp.org/curriculum

You need to make an h2 element. I don’t see one in your code.

hello and welcome to fcc forum :slight_smile:

but in your attempt you didnt wrap Cat Photos in a ‘h2’ tag, did you?

address that change and it should be alright, happy learning :slight_smile:

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