<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>table_resume</title>
<style>
img {
width: 200px;
}
</style>
</head>
<body>
<table border="1" width="720" height="280">
<tr>
<th colspan="2" height="60" bgcolor="pink">자기소개서</th>
</tr>
<tr>
<td rowspan="3" align="center"><img src="./images/image03.jpg"></td>
<td align="center">송윤정</td>
</tr>
<tr>
<td align="center">2*세</td>
</tr>
<tr>
<td align="center">** 살고있음</td>
</tr>
</table>
<br />
<table border="1" width="720" height="1000">
<tr>
<td colspan="2" height="70" bgcolor="pink" align="center">내가 좋아하는 것들</td>
</tr>
<tr>
<td height="50%" align="center"><img src="./images/image02.jpg"></td>
<td align="center"><img src="./images/image01.jpg"></td>
</tr>
<tr>
<td height="30" align="center">요가</td>
<td align="center">뜨개질</td>
</tr>
<tr>
<td colspan="2" height="70" bgcolor="pink" align="center">내가 가고싶은 곳들</td>
</tr>
<tr>
<td height="50%" align="center">
<iframe width="300" height="200" src="https://www.youtube.com/embed/6miHssCDOQQ" title="물가 천국에 한국인을 사랑하는 치앙마이 한 달 살기 【치앙마이.01】" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</td>
<td align="center">
<iframe width="300" height="200" src="https://www.youtube.com/embed/w8m43z9JKEE" title="너무 아름다운 열기구의 향연 [배낭 속에 인문학] 24회 20171121" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</td>
</tr>
<tr>
<td height="30" align="center">태국 치앙마이</td>
<td align="center">튀르키예 카파도키아</td>
</tr>
</table>
</body>
</html>