For this step we are asked to turn the words cat photos into a link (without removing it for the p element statement).
For any item being turned into a link, be it text or an image, it is important to place the opening anchor element tag directly before the first item to be turned into a link. Then, to make sure to place the closing anchor element tag right after the last part of the item being turned into a link.
Example:
The above is from your own code. Notice how you entered the opening anchor element directly before the word ‘link’ which is the beginning of the item you wished to link. As you will, also, notice, you placed the closing anchor element tag directly behind the last word ‘pictures’ which was where you wanted to stop the link.