Hello,
I am not sure what I am doing wrong.
I’ll give you a tip always add the link of the challenge.
you have href> = “” that’s bad, it’s href =""
modify your a tag
<a href="http...">cat photos</a>
1 Like
I’ll give you a tip always add the link of the challenge.
you have href> = “” that’s bad, it’s href =""
modify your a tag
<a href="http...">cat photos</a>