
<!DOCTYPE html>
<html>
<head>
<style>
table,td,th{ border:1px solid blue; }
div {
margin: 100px 150px 100px 80px;
width:auto;
height: auto;
}
ft { resize:both; }
</style>
</head>
<body>
<table border="1">
<tr>
<th width=45px heigth=30px>이름</th>
<th height=30px>이미지</th>
</tr>
<tr>
<td width=80px align=center height=300px >셀티</td>
<td background="sheltie.jpg" width=300px></td>
</tr>
<tr>
<td width=80px>분홍 돌고래</td>
<td><div><img src = "pink.jpg" ></div></td>
</tr>
</table>
</body>
</html>
일단 제가 여기까지는 했는데
돌고래 이미지부분을 키우는걸 못하겠습니다 ㅠㅠ
댓글 1
W3c school를 참고해보세요!