Looks like you have the anchor element, but I’m noticing that your first anchor element tag is missing the closing bracket: “>” Place that where it is needed and try to run your code again
I think you’ve tried to nest one element inside another unsuccessfully.
You should leave your img element unaltered but enclose it wholly within anchor tags.
You can add an attribute to your opening anchor tag to point to the required URL.