-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (63 loc) · 1.21 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>❤ Malik Ali Hassan</title>
</head>
<body>
<table cellspacing="40">
<tr>
<td><img height="200dp" src="images\profie.JPG" alt="profile pic"></td>
<td><h1>Malik Ali Hassan</h1>
<p>Cool</p>
<p>Front End Developer</p>
</td>
</tr>
</table>
<hr>
<h1> <a href="links.html">Hobbiess</a></h1>
<hr>
<h1>Talent</h1>
<ol>
<li> Zaida Eating </li>
<li> Zaida Sleeping </li>
</ol>
<table border="2">
<thead>
<tr>
<th>Degree</th>
<th>Completion Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>Matric</td>
<td>2014</td>
</tr>
<tr>
<td>Fsc</td>
<td>2016</td>
</tr>
<tr>
<td>Bs</td>
<td>cs</td>
</tr>
</tbody>
</table>
<h1>Skills</h1>
<table border="2">
<tr>
<th>course</th>
<th>ratings</th>
</tr>
<tr>
<td>Web Development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Python</td>
<td>🌟🌟🌟</td>
</tr>
</table>
</body>
</html>