forked from hacktiv8/DevC-Exercise1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (75 loc) · 3.01 KB
/
index.html
File metadata and controls
90 lines (75 loc) · 3.01 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<title>Exercise 1</title>
</head>
<body style="background-color:lightgreen">
<center>
<font size=25 face="calibri" color="yellow">Biodata</font>
<p align="center"><font size=6 face="calibri"> <small><i>This is my first About Me page, created almost from scratch</i></small>
<form action="#" style="width: 990px" class="posisi" ;>
<table style="width: 1000px";>
<tbody><tr>
<td rowspan="15" width="250px">
<img src="https://i.pinimg.com/564x/ea/ed/41/eaed41ad46fe19818da4c749e1e57f52.jpg" width="250px" height="250px">
</td>
</tr>
<tr>
<td><b>Nama Lengkap</b></td>
<td>:</td>
<td>Muhammad <b>Ghalib</b> Adhiprawira</td>
</tr>
<tr>
<td><b>Tempat, Tanggal Lahir</b></td>
<td>:</td>
<td>Bandung, 12 Agustus 1996</td>
</tr>
<tr>
<td><b>Umur</b></td>
<td>:</td>
<td>22 Tahun</td>
</tr>
<tr>
<td><b>Jenis Kelamin</b></td>
<td>:</td>
<td>Laki - Laki</td>
</tr>
<tr>
<td><b>Gol. Darah</b></td>
<td>:</td>
<td>O</td>
</tr>
<tr>
<td><b>Agama</b></td>
<td>:</td>
<td>Islam</td>
</tr>
<tr>
<td><b>Alamat</b></td>
<td>:</td>
<td>Jl. Sabre No.1, Simogunung, Surabaya</td>
</tr>
<tr>
<td><b>Pekerjaan</b></td>
<td>:</td>
<td>Mahasiswa</td>
</tr>
<tr>
<td><b>Kewarganegaraan</b></td>
<td>:</td>
<td>Indonesia </td>
</tr>
</tbody>
</table>
<br/><font size=4 face="calibri">Javascript DevC Batch 6 - Yogyakarta (by Hacktiv8 and Developer Circle Facebook)</font>
</font>
<br/>
<br/>
<br/><font size=4 face="calibri"><i>Check out my latest video below</i></font>
<br/>
<iframe width="560" height="315" src="https://www.youtube.com/embed/H68U588wC7A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<p align="right"><i>Created by dummyeuy</i>
<br/><footer><marquee><font face="calibri" color="green" bgcolor="yellow"><i>Copy © dummyeuy 2019</i></font></marquee></footer>
</body>
</html>