본문 바로가기

프로그래밍

이력서 형식(63p)

이력서 형식

<!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>

'프로그래밍' 카테고리의 다른 글

입력태그  (0) 2021.11.20
온라인 HTML에디터  (0) 2021.11.20
일주일 스케줄표(62p)  (0) 2021.11.06
에그 스크램블 레시피(62p)  (0) 2021.11.06
커피 전문점 웹 페이지(58~60p)  (0) 2021.10.30