-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathP4.html
More file actions
77 lines (68 loc) · 2.22 KB
/
Copy pathP4.html
File metadata and controls
77 lines (68 loc) · 2.22 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
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
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Table With Mobile Connections</title>
<style>
table {
border-collapse: collapse;
margin: auto;
width: 80%;
}
td {
border: 2px solid #999;
text-align: center;
vertical-align: middle;
height: 140px;
font-family: Arial;
}
img {
width: 120px;
}
</style>
</head>
<body>
<h2 align="center">Table With Mobile Connections</h2>
<table>
<tr>
<td>
<img src="https://www.pega.com/sites/default/files/styles/640/public/media/images/2018-11/vodafone-logo-color.png?itok=1hSFfThI">
</td>
<td>
<img src="https://logos-world.net/wp-content/uploads/2020/11/Reliance-Emblem.png">
</td>
<td>
<img src="https://content.jdmagicbox.com/v2/comp/delhi/n6/011pxx11.xx11.140204123716.c4n6/catalogue/tata-indicom-store-ashok-vihar-1-delhi-internet-service-providers-nmmdsicniw.jpg">
</td>
<td>
<img src="https://i1.sndcdn.com/artworks-000004654008-uxfn1c-t500x500.jpg">
</td>
</tr>
<tr>
<td>
<img src="https://eu-images.contentstack.com/v3/assets/blt3d4d54955bda84c0/blt76c9a26f6f67f017/654d1b73f5fbd1040a7ec128/tatadocomo1-300x130.gif">
</td>
<td colspan="2">
<b>Text with Image</b>
</td>
<td>
<img src="https://www.opentext.com/assets/images/resources/customer-success/aircel-logo.jpg">
</td>
</tr>
<tr>
<td>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQcKqcF5fC0ZvxoZaAOIILTF7qvQm1nFR1yvQ&s">
</td>
<td>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJ_vvQY5DyPKjwUPPa7XBpIfZ0iep5JSWWPg&s">
</td>
<td>
<img src="https://upload.wikimedia.org/wikipedia/en/e/e3/Hutch_India_old_logo.gif">
</td>
<td>
<img src="https://eu-images.contentstack.com/v3/assets/blt3d4d54955bda84c0/blt76c9a26f6f67f017/654d1b73f5fbd1040a7ec128/tatadocomo1-300x130.gif">
</td>
</tr>
</table>
</body>
</html>