-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
48 lines (41 loc) · 1.08 KB
/
Copy pathprofile.html
File metadata and controls
48 lines (41 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Py50</title>
</head>
<body>
<h1><b>My profile</b></h1>
<h4><b>i am becoming a web developer</b></h4>
<h4><i><b>Here are my details:</b></i></h4>
<table border="2.5">
<tr>
<th>Name</th>
<td>Olamide Joseph</td>
</tr>
<tr>
<th>Gender</th>
<td>male</td>
</tr>
<tr>
<th>Nationality</th>
<td>Nigerian</td>
</tr>
<tr>
<th>Skill in view</th>
<td>Web development</td>
</tr>
<tr>
<th>Mentor</th>
<td>Py50</td>
</tr>
</table>
<h2>My social links are : </h2>
<ul>
<li><a href="https://facebook.com" target="_blank">Facebook</a></li>
<li><a href="https://instagram.com" target="_blank">Instagram</a></li>
<li><a href="https://twitter.com" target="_blank">Twitter</a></li>
<h1><li><a href="video.mp4" target = "_blank" > click here to see video</a></li></h1>
</ul>
</body>
</html>