Step 15 of New Responsive web design

I tried this step quite a few times and am not winning, anyone please assist

It says " You should have an img element with an src value of https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg . You may have accidentally deleted it."

you should have < a href and img inside the a anchor element.

Kindly post the link to your challenge

Hi, i just did that and now it says " Your anchor (a ) element should have an opening tag. Opening tags have this syntax: <elementName> ."

heres my code
<img >

Post the full code you have tried so far, so we know how to help

CatPhotoApp

Cat Photos

Click here to view more cat photos.

<a href="https://freecatphotoapp.com" A cute orange cat lying on its back. >
</main>

Post link to step 15,

and note , to post code in the comment section there is a </> in some box in the comment box.
Else code would come out not as typed

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

This part here needs a > at the end of it
While here

You have an extra > to the right of the closing tag

Thank You so much for your assistance and patience with me.

1 Like

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