-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask_1.html
61 lines (59 loc) · 1.03 KB
/
task_1.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
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<body>
<table border="1">
<caption>Personal Information</caption>
<tr>
<th>Name</th>
<td>Hussein Ahmed Saleh Bahlol</td>
<th>Photo</th>
</tr>
<tr>
<th>Date of Birth</th>
<td>17 / 1 / 2001</td>
</tr>
<tr>
<th>Religion</th>
<td>Muslim</td>
<th></th>
</tr>
<tr>
<th rowspan="3">Address</th>
<td>Street</td>
<td>Taman U</td> </tr>
<tr>
<td>Town</td>
<td>Johor</td> </tr>
<tr>
<td>District</td>
<td></td> </tr>
<tr>
<th rowspan="3">Contact</th>
<td>Mobile Phone</td>
<td>0187780527</td> </tr>
<tr>
<td>Social Media</td>
<td><a href="[Your Social Media Profile Link]">al.hussein711
</a></td> </tr>
<tr>
<td>Website</td>
<td></td> </tr>
<tr>
<th>Course and Institution</th>
<td></td>
</tr>
<tr>
<th>Programming Skills</th>
<td>c / c++ / java </td>
</tr>
<tr>
<th>Personal Interest</th>
<td></td>
</tr>
<tr>
<th>Plan in 2024</th>
<td></td>
</tr>
</table>
</body>
</html>