210521 UIUX WebDesign HTML 연습_12

ITisIT210·2021년 5월 22일
0

HTML

목록 보기
12/38
post-thumbnail
<html>
<head>
<title>이력서</title>
</head>
<body>
    <table class="t1" border="1" width="700" cellpadding="30">
        <tr>
            <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
        </tr>
    </table>
    <p></p>
    <table border="1" cellspacing="0" width="700" cellpadding="15">
        <tr >
            <th>성 명</th> <td>홍길동</td> <th>한 자</th> <td>洪吉童</td>
        </tr>
        <tr>
            <th>생년월일</th> <td>1991.01.01</td> <th>성 별</th> <td></td>
        </tr>
        <tr>
            <th>연 락 처</th> <td>010-1234-5678</td> <th>이 메 일</th> <td>hong@naver.com</td>
        </tr>
        <tr>
            <th>현 주 소</th> <td colspan="3">서울특별시 종로구 청와대로 1</td>
        </tr>
        <tr>
            <th>홈페이지</th> <td colspan="3">http://www.president.go.kr</td>
        </tr>
    </table>
<div>
    <br>
    <p>상기 내용은 사실과 다름없음을 확인합니다.</p>
    <p>2015 년 00 월 00 일</p>
    <p>작 성 자 : 홍길동 (인)</p>
</div>
</body>
</html>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보