So I see you were trying to write an anchor tag.
There are a couple of things to fix here:
1- you have an extra > bracket in the middle of the tag. Please remove it (angled brackets go at the start and end of a tag, not in the middle). Also remove the space added to the end of the URL after the word .com
2- you do not have a closing tag for this opening tag. So you will need one.
3- the location of your anchor tag is not helpful to make the img into a link. You should move it so it is on the left side of the img line. Meanwhile the closing tag of the anchor should be on the right side of the img tag
4- you deleted a > at the end of your img tag. You will need it to pass.