-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiodata.html
50 lines (50 loc) · 1.16 KB
/
biodata.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Biodata Pribadi</title>
<style>
body {
background: rgba(70, 23, 158, 0.767);
text-align: center;
}
table {
background : white;
width: 100%;
}
td {
padding: 10px;
text-align: left;
}
img {
border-radius: 50%;
}
</style>
</head>
<body>
<h1>GUNADI</h1>
<br>
<img src= "img/aku1.jpg" alt =" alternatif " heigt = 400 width = 600 />
<h2> BIODATA </h2>
<table border="1">
<tr>
<td>TTL</td>
<td>Yogyakarta, 27 September 1992</td>
</tr>
<tr>
<td>Jenjang pendidikan</td>
<td>DIV</td>
</tr>
<tr>
<td>Hobi</td>
<td>hiking , Travelling </td>
</tr>
<tr>
<td>email</td>
<td>[email protected]</td>
</tr>
</table>
</body>
</html>