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
At the beginning of your anchor element you put ‘’ make it like this
‘<a href=’
