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
very good, you’re getting closer.
Again, looking carefully at the angled brackets, do you see a problem with the way you closed the <a href=... part?
Normally, the anchor tag looks like this: (notice the right side) <a href="some link">
and here’s yours <a href="https://freecatphotoapp.com"<
a target attribute has a format similar to the href attribute
if you still need help, please open a new topic for it (we want to keep each topic about a specific step to make it easier for people to search for help)