Learn HTML by Building a Cat Photo App - Step 15

Help Step 15 - idk what to do

     <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>

Link to the challenge:

it is almost correct but you need a > just before the <img

You have the inside the <a>.

When it meant “wrap it with the necessary elements”
it meant like <a><img> </a>

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