프로그래밍

이력서 형식(63p)

wonjae 2021. 11. 6. 10:54

이력서 형식

<!DOCTYPE html>
<html>
<head>
<title>sjisbomoc</title>
</head>
<body>
<table border="1">
<tr>
<th rowspan="4"><img src="img.png"></th>
<th colspan="4">이력서</th>
</tr>
<tr>
<th rowspan="2">성명</th>
<th rowspan="2">&nbsp</th>
<th colspan="2">주민등록번호</th>
</tr>
<tr>
<th colspan="2">&nbsp</th>
</tr>
<tr>
<th colspan="4">생년월일 : _ _ _ _년 _ _월 _ _일생 (만_ _세)</th>
</tr>
<tr>
<th>주소</th>
<th colspan="4">&nbsp</th>
</tr>
<tr>
<th rowspan="2">연락처</th>
<th>집</th>
<th>&nbsp</th>
<th rowspan="2">전자우편</th>
<th rowspan="2">&nbsp</th>
</tr>
<tr>
<th>핸드폰</th>
<th>&nbsp</th>
</tr>
</table>
</body>
</html>