Build a Cat Photo App - Step 5

Tell us what’s happening:

XYZ Pet Adoption
<main>
  <h1>Welcome XYZ Pet Adoption!</h1>
  <p>Consider adopting a pet today. We have cats, dogs, rabbits and more.</p>
</main>

<h2>See our cats!</h2>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">

<h2>Adopt a cat!</h2>
<a href="/cats">Visit cats page</a>

<h2>Adopt 

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>XYZ Pet Adoption</title>
  </head>
  <body>

    <main>
      <h1>Welcome XYZ Pet Adoption!</h1>
      <p>Consider adopting a pet today. We have cats, dogs, rabbits and more.</p>
    </main>

    <h2>See our cats!</h2>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">

    <h2>Adopt a cat!</h2>
    <a href="/cats">Visit cats page</a>

    <h2>Adopt a dog!</h2>
    <a href="/dogs">Visit dogs page</a>

  </body>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 5

please share the link to the project you are doing

Welcome to the forum @pikuuuuu4566

Your code passes for the Debug a Pet Adoption Page.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.

Happy coding