-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
31 lines (31 loc) · 1.18 KB
/
CV.html
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
<!DOCTYPE html>
<html lang="en">
<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>CV bản thân</title>
</head>
<body>
<h1>CV Nguyễn Văn A</h1>
<p style="margin: 0px 0px 0px 50px">
<img src="https://haycafe.vn/wp-content/uploads/2021/11/hinh-nen-anime-naruto-trang-den-800x450.jpg" alt="" style="width:4cm;height:6cm">
</p>
<p style="margin: 0px 0px 0px 0px">
<ul style="list-style-type:none;">
<li>Họ và tên: Nguyễn Văn A</li>
<li>Quê quán: Nơi đâu cũng là nhà (Vô gia cư)</li>
<li>Trình độ học vấn: Học đại</li>
</ul>
</p>
<p style="margin: 0px 0px 0px 40px">Video giới thiệu: </p>
<iframe width="471" height="265" src="https://www.youtube.com/embed/sziTGA5pd7k" frameborder="0"></iframe>
<p style="margin: 0px 0px 0px 40px">Ghi âm (nếu có):</p>
<br>
<p style="margin: 0px 0px 0px 0px">
<audio controls>
<source src="horse.mp3" type="audio">
</audio>
</p>
</body>
</html>