-
Notifications
You must be signed in to change notification settings - Fork 0
/
waleed.html
55 lines (52 loc) · 1.03 KB
/
waleed.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> my practice
</title>
</head>
<body>
<table>
<tr>
<td><img src="C:\Users\walee\Desktop\practice\pic\img2.png"> </td>
<td>
<h2>Waleed Mughal </h2>
<h4>Officially graduated</h4>
<h5> hi there folks wanna get started? </h5>
</td>
</tr>
</table>
<hr>
<h1><i>Mughals</h1></i> <a href="https://www.google.com"> Click Me <a/>
<hr>
<h3> Education</h3>
<table>
<tr>
<td>
BSCS in Computer Science.
</td>
</tr>
<tr>
<td> Graduated from Fedral Urdu University</td>
</tr>
</table>
<hr>
<br>
<h3>Skills</h3>
<table>
<tr> <td> bootstrap</td>
<td>⭐️ ⭐️ ⭐️ </td>
<td> photography</td>
<td> ⭐️ ⭐️ ⭐️ ⭐️ ⭐️ </td>
</tr>
<tr> <td>HTML5</td>
<td> ⭐️ ⭐️ ⭐️ </td>
<td> CSS</td>
<td> ⭐️ ⭐️ </td>
</tr>
</tbody>
</table>
<h2> Contact Me</h2>
<a href="contact.html">Click Here</a>
</body>
</html>