-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.html
More file actions
42 lines (35 loc) · 1.05 KB
/
Copy pathprofile.html
File metadata and controls
42 lines (35 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<h1>이력서</h1>
<h3>이름</h3>
<p>박종진</p>
<h3>사진</h3>
<img src="Sir_Tim_Berners-Lee.jpeg" width="50px" height="50px"></img>
<h3>출생년도</h3>
<p>1984</p>
<h3>자기소개</h3>
<p>저는 서울특별시 송파구 <em>잠실병원</em>에서 태어났습니다. 지금 껏 <strong><del>떳떳하게</del></strong> 살아왔습니다.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z5FQIPPd-ck" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>자격증</h3>
<ul>
<li>운전면허증</li>
<li>정보처리기사</li>
</ul>
<h3>가족관계</h3>
<table>
<tr>
<th>본인과의 관계</th>
<th>이름</th>
</tr>
<tr>
<td>본인</td>
<td>박종진</td>
</tr>
<tr>
<td>아버지</td>
<td>팀버너스리</td>
</tr>
</table>
<h3>문의</h3>
<div>
<textarea name="textarea" rows="10" cols="50">문의 내용</textarea>
</div>
<button name="button">눌러보세요</button>