Learn HTML by Building a Cat Photo App - Step 12

thanks for posting your topic here as requested.
I noticed that your formatting is not as expected.
For eg. What does the starting tag of the anchor element look like normally?
<a href="a link">
but notice the way you wrote the starting tag is:
<a href>=

you have to really pay attention to the angled brackets and where they go
also the same for where you put the equal sign, really pay attention to where it goes in the sample code