Stuck in exercise

I’m stuck in exercise "https://www.freecodecamp.org/challenges/link-to-external-pages-with-anchor-elements"
I’m posting an image link here: http://imgur.com/a/PGPy0

I don’t know what I am doing wrong. I tried all the variations but still can’t get past it. Need help please

The href attribute should be inside the opening a tag: <a href="url"></a>.

The answer above should help you. And to understand HTML Links better I highly recommend you to read this W3Schools tutorial.