-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathb.html
More file actions
49 lines (47 loc) · 2.73 KB
/
b.html
File metadata and controls
49 lines (47 loc) · 2.73 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
49
<html>
<head>
<title>TABLE</title>
<h1 style="color: snow;"><u>SOME SOCIALMEDIAS </U></h1>
<br>
</head>
<body background="e.jpeg">
<table bgcolor="white" border="1" cellspacing=1 cellpadding=10>
<tr style="background-color: slategray;">
<th>SL.NO</th>
<th>LOGO</th>
<th>SOCIAL MEDIA</th>
<th>LINK</th>
</tr>
<tr>
<td text align="center">1</td>
<td img align="center"><img src="LN.jpeg" width="220px" height="130px"></td>
<td text align="center">LINKEDIN</td>
<td><a href="https://www.linkedin.com/login">CLICK HERE </a><p>TO JOIN LINKEDIN</p></td>
</tr>
<tr style="background-color: rgb(216, 218, 221);">
<td text align="center">2</td>
<td img align="center"><img src="GI.png" width="120px" height="120px"></td>
<td text align="center">GITHUB</td>
<td><a href="https://github.com/">CLICK HERE </a><p>TO JOIN GITHUB</p></td>
</tr>
<tr>
<td text align="center">3</td>
<td img align="center"><img src="FB.png" width="120px" height="110px"></td>
<td text align="center">FACEBOOK</td>
<td><a href="https://www.facebook.com/campaign/landing.php?campaign_id=1653993517&extra_1=s%7Cc%7C318504235904%7Ce%7Cfacebook%20%27%7C&placement=&creative=318504235904&keyword=facebook%20%27&partner_id=googlesem&extra_2=campaignid%3D1653993517%26adgroupid%3D63066387003%26matchtype%3De%26network%3Dg%26source%3Dnotmobile%26search_or_content%3Ds%26device%3Dc%26devicemodel%3D%26adposition%3D%26target%3D%26targetid%3Dkwd-360705453827%26loc_physical_ms%3D1007778%26loc_interest_ms%3D%26feeditemid%3D%26param1%3D%26param2%3D&gclid=EAIaIQobChMImNSi5-uh6wIVVw4rCh3Ugw0nEAAYASAAEgJiF_D_BwE">CLICK HERE</a><p> TO JOIN FACEBOOK</p></td>
</tr>
<tr style="background-color:rgb(216, 218, 221);">
<td text align="center">4</td>
<td img align="center"><img src="INS.jpeg" width="170px" height="130px"></td>
<td text align="center">INSTAGRAM</td>
<td><a href="https://www.instagram.com/accounts/login/?hl=en">CLICK HERE </a><p>TO JOIN INSTAGRAM</p></td>
</tr>
<tr>
<td text align="center">5</td>
<td img align="center"><img src="Y.jpeg" width="130px" height="90px"></td>
<td text align="center">YOUTBE</td>
<td><a href="https://www.youtube.com/">CLICK HERE </a><P>TO VISIT YOUTUBE</P></td>
</tr>
</table>
</body>
</html>