Nathi1
December 21, 2022, 10:32am
1
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
Nathi1
December 21, 2022, 10:56am
4
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
Nathi1
December 21, 2022, 10:59am
6
CatPhotoApp
Cat Photos
Click here to view more cat photos .
<a href="https://freecatphotoapp.com"
>
</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
Nathi1
December 21, 2022, 11:22am
8
<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>
hbar1st
December 21, 2022, 11:24am
9
This part here needs a > at the end of it
While here
Nathi1:
> ></a>
You have an extra > to the right of the closing tag
Nathi1
December 21, 2022, 11:27am
10
Thank You so much for your assistance and patience with me.
1 Like
system
Closed
June 21, 2023, 11:27pm
11
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.