-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.html
More file actions
67 lines (51 loc) · 1.56 KB
/
profile.html
File metadata and controls
67 lines (51 loc) · 1.56 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<title>Data Diriku</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div action="#" style="width: 1000px" class="posisi" ;>
<div>
<center><img src="telkom_schools.png" style="width:10%;margin-bottom:20px"></center>
</div>
<div class="backgr">
<table style="width: 980px;">
<tr>
<td rowspan="15" width="250px">
<img src="foto.jpeg" width="250px" height="420px" />
</td>
</tr>
<tr>
<td><b>Nama Lengkap</b></td>
<td>Samudra Gawang</td>
</tr>
<tr>
<td><b>Tempat, Tanggal Lahir</b></td>
<td>Cilacap, 09 Desember 2001</td>
</tr>
<tr>
<td><b>Umur</b></td>
<td>17 Tahun</td>
</tr>
<tr>
<td><b>Jenis Kelamin</b></td>
<td>Laki - Laki</td>
</tr>
<tr>
<td><b>Agama</b></td>
<td>Islam</td>
</tr>
<tr>
<td><b>Alamat</b></td>
<td>Cilacap, jalan cucut no 42</td>
</tr>
<tr>
<td><b>Pekerjaan</b></td>
<td>Mahasiswa</td>
</tr>
</table>
</div>
</div>
</body>
</html>