What's wrong with my code?

<!DOCTYPE html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="stylesheet.css" />
		<title>My Photo Page</title>
	</head>
	    <table>
	        <thead><th>Table Header</th></thead>
	            <body>
	                <tr>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/8521/animal-dog-pet-eyes.jpg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/8155/pexels-photo.jpg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/9754/mountains-clouds-forest-fog.jpg"/></td></a>
	                </tr>
	                <tr>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/7199/night-trees-stars.jpg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/10881/pexels-photo-10881.jpeg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/8852/food-wood-kitchen-candy.jpg"/></td></a>
	                </tr>
	                <tr>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/7961/pexels-photo.jpg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/7911/pexels-photo.jpg"/></td></a>
	                    <a href="https://www.pexels.com/">
	                        <td><img src="https://static.pexels.com/photos/9585/pexels-photo.jpeg"/></td></a>
	                </tr>
	            </body>
	    </table>
</html>

It keeps saying “Oops, try again. Make sure you wrap each tag in tags!”

the link (<a></a>) should be inside the table cell

Can you please fix the above code for them. I tried “the link () should be inside the table cell” and it still doesn’t work for me. It would be much appreciated. Thanks!

uhm… what do you mean? No i cannot. If you need help, post your code

but I have done what it’s askng me to do but yet it tells me am wrong here is my code: famous monster

when post your code, add 3 backticks (located above the tab key) before and after your code so it becomes visible, like so:

```
<p>now i am visible</p>
```