Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp<h1>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Can you describe the issue you’re having with this challenge please?
Also, why is there a bunch of br elements in your code?