forked from TinkerHubKMCTCE/Fi-Pro-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathday4table.html
39 lines (39 loc) · 1.54 KB
/
day4table.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
<!DOCTYPE html>
<html>
<head>
<title>Social Profiles</title>
</head>
<body>
<center>
<h1><u>MY SOCIAL PROFILES</u></h1>
<br>
<table border="1">
<tr>
<th>Social Media</th>
<th>Username</th>
<th>Link</th>
</tr>
<tr>
<td><img src="http://pngimg.com/uploads/instagram/instagram_PNG12.png" width="20%" height="20%"></td>
<td> _._abhiiii_._ </td>
<td><a href="https://www.instagram.com/_._abhiiii_._">Instagram</a></td>
</tr>
<tr>
<td><img src="http://pngimg.com/uploads/facebook_logos/facebook_logos_PNG19753.png" width="20%" height="50%"></td>
<td>Abhishek K Sundar</td>
<td><a href="https://www.facebook.com/abhishek.ks.7505">Facebook</a></td>
</tr>
<tr>
<td><img src="http://pngimg.com/uploads/linkedIn/linkedIn_PNG32.png" width="20%" height="30%"></td>
<td>Abhishek K Sundar</td>
<td><a href="https://www.linkedin.com/in/abhishek-k-sundar-5764aa1b3">LinkedIn</a></td>
</tr>
<tr>
<td><img src="http://pngimg.com/uploads/github/github_PNG87.png "width="20%" height="30%"></td>
<td>AbhishekKSundar</td>
<td><a href="https://github.com/AbhishekKSundar">GitHub</a></td>
</tr>
</table>
</center>
</body>
</html>