Learn HTML by Building a Cat Photo App - Step 15

Hi ther i was tringh to solve this

<a href="htttps://freecatphoto.com/"<>
       <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"</a>

then come this declein
You are missing a closing (a ) tag after the image.
then im tried somthing else selbst nou go

<a href="htttps://freecatphoto.com/"<>
       <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"/></a>

anathor eror
Your anchor (a ) element should link to https://freecatphotoapp.com . You have either omitted the URL or have a typo.
wher ist the problem

Please post a link to the step. Thanks

1 Like

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