<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<title>My Photo Page</title>
</head>
<body>
<table>
<tbody>
<tr>
<td><a href=" https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRz3nLg5H64OzzsJRJJEatPvbAxm8ow4H5A4_297lYym3LKRF8RLw "></a> <thead><th>the wall</th></thead>
</td>
<td><a href="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRybpBen-xoSPo0xVaVPVAPZamPQ0Y-RcRu8s31qk5PMZwJM8p7Ww "></a><thead><th> listen </th></thead>
</td>
<td><a href="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQ0cqZh-mlLU1qZNMEx9QKG2yWKkGo2ZkefZ0uWsRmFagII-uzj "></a><thead><th>to silence </th></thead>
</td>
</tr>
<tr>
<td><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Dry_Stone_Wall_-_Blackmile_Lane%2C_Grendon%2C_Northamptonshire.jpg/220px-Dry_Stone_Wall_-_Blackmile_Lane%2C_Grendon%2C_Northamptonshire.jpg "></a>
</td>
<td><a href="http://uv-blog.uio.no/wpmu/seyran/files/2011/10/silence_by_wickednox1-300x230.jpg "></a>
</td>
<td><a href= "https://tcmdaily.files.wordpress.com/2015/01/not-listening.jpg?w=150&h=113 "></a>
</td>
</tr>
<tr>
<td><a href="http://pre09.deviantart.net/e63c/th/pre/f/2010/030/4/c/listen_to_your_heart_by_h7umak.jpg "></a>
</td>
<td><a href="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSyi7v5XhON_jZBiM8IYjPt1NpSZK188w-JXH3bjLuOGcOj5GVJ " ></a>
</td>
<td><a href="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQGtzJmTma3nhRPzznLqHTsQ0_ZtdBDHY_ZJQ3Yn1LIrdOLCaN1gQ "></a>
</td>
</tr>
</tbody>
</table>
</body>
</html>
does anyone see what i am doing wrong?
Well, i see multiply problems, first off, you should close your table head before you table body:
<table>
<thead>
<th>table head</th>
</thead>
<tbody>
remove all the <thead></thead>
with content which are inside your table body. Where did all your images go? You should have wrapped image from the previous exercise with a link. I only see links, no images