How would I connect the 2 images to the middle image?

Well, you are almost there, you now have the right attributes on the <a> tag and the <img /> tags. Now you need a parent container.

What is a parent container? An element that contains other elements. What type of HTML tag usually contains other elements? And in your problem, what elements should be contained?