I’m doing the Clickable Photo Page lesson, from HTML & CSS, but i’m having some problems with the code guys…
Lesson URL :
Code :
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>My Photos</title>
</head>
<body>
<table>
<th>IT DOESN'T WORK !
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</th>
</table>
</body>
</html>
What am i doing wrong? Can i solve this problem? Thanks for the support