Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
help, i can´t resolve this

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <section<main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
    <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
  </section></main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0

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

Link to the challenge:

here seems you have a broken tag
also note that section should be a child of main

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like

Mod Edit: SOLUTION REMOVED

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

My bad, I shouldn’t have posted it with the full details, thanks very much for letting me know.

1 Like

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