-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tugas 1: Simple HTML Page
67 lines (64 loc) · 1.7 KB
/
Tugas 1: Simple HTML Page
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
<table
cellpadding="20"
style="width: 100%; height: 100%; background-color: lemonchiffon"
>
<tr>
<th
style="
background-color: rgb(2, 134, 134);
height: 100px;
text-align: left;
color: #fff;
font-family: sans-serif;
font-size: 30px;
"
colspan="2"
>
Kixxra's Page
</th>
</tr>
<tr>
<th style="text-align: left; vertical-align: top" rowspan="2">
Follow me on:
<ul>
<li><a href="https://www.instagram.com/ahmadkisragani/">Instagram</a></li>
<li><a href="https://www.facebook.com/ahmadkisragani/">Facebook</a></li>
<li><a href="https://twitter.com/Kixxraaa/">Twitter</a></li>
</ul>
</th>
<td> <img src="http://placekitten.com/100/100"/></br>
Hi guys, salam kenal.. </br>
My name is Ahmad Kisra Gani, you can call me <b>Gani</b> or <b>Kisra</b></br>
</br>
for now on, i work in west sumatera, spesifically in Padang city.</br>
hope we can learn HTML together
</td>
</tr>
<td>
this is a song that i used to hear while learning something new, go </br>
<iframe
width="370"
height="230"
src="https://www.youtube.com/embed/5qap5aO4i9A"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</td>
<tr>
<td
style="
background-color: rgb(2, 70, 70);
height: 40px;
text-align: center;
color: #fff;
font-family: sans-serif;
font-size: small;
"
colspan="2"
>
Copyright @Kixxra 2022
</td>
</tr>
</table>