Learn HTML by Building a Cat Photo App - Step 14

Sorry, your code does not pass. Don’t give up.

The text Loving should be wrapped in a label element.

Your code so far

<label Loving" for=“loving”> Loving

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0

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

Link to the challenge:

Welcome to the community.
Unfortunately, the error message you have included with the code, does not match what the step is asking people to do.
Could you please, provided you question and either submit the current code and question using the Help button on the step you are currently on, orupdate the error message showing the one you have received for this step.

Happy coding! :slight_smile:

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