-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComparison.html
More file actions
94 lines (84 loc) · 2.54 KB
/
Comparison.html
File metadata and controls
94 lines (84 loc) · 2.54 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang = "eng">
<head>
<title>Comparision</title>
</head>
<body>
<table >
<tr>
<td> <h3> Compare Apple iPhone 16 vs<br> Apple iphone 16 Pro Max</h3></td>
<td>
<figure>
<img src = "https://rukminim2.flixcart.com/image/184/184/xif0q/mobile/q/n/s/-original-imah4jyfrgsbebg9.jpeg?q=90">
<figcaption> Apple iphone 16(Ultramarine,128 GB) <br><b> ₹69,999</b>
<s>₹ 79,900</s> <span style="color:#388E3C;"><b>12% off</b></span>
</figcaption>
</figure>
</td>
<td>
<figure>
<img src="https://rukminim2.flixcart.com/image/184/184/xif0q/mobile/y/m/i/-original-imah4jz66pzdzy4z.jpeg?q=90">
<figcaption> Apple iphone 16 Pro Max(Black Titanium,256 GB)<br><b> ₹1,24,999</b>
<s>₹1,44,900</s> <span style="color:#388E3C;"><b>13% off</b></span>
</figcaption>
</figure>
</td>
</tr>
<tr>
<td> <h4> Exchange Offer</h4></td>
<td>₹19149 after Exchange</td>
<td> - </td>
</tr>
<tr>
<td> <h4> Ratings & Reviews</h4></td>
<td><mark style="background-color: green;color:white"> 4.6</mark>
19,106 Ratings & 793 Reviews<br>
All 793 reviews
</td>
<td><mark style="background-color: green;color:white"> 4.7</mark>
1,211 Ratings & 85 Reviews<br>
All 85 reviews
</td>
</tr><br><br>
<tr>
<td>
<h4>Highlights</h4>
</td>
<td>
128 GB ROM<br>
15.49 cm (6.1 inch) Super Retina XDR Display<br>
48MP + 12MP | 12MP Front Camera<br>
A18 Chip, 6 Core Processor Processor<br>
Warranty: 1 year warranty for phone and 1 year warranty for in Box Accessories.<br>
Returns: 7 Days Replacement Policy<br>
</td>
<td>
256 GB ROM<br>
17.53 cm (6.9 inch) Super Retina XDR Display<br>
48MP + 48MP + 12MP | 12MP Front Camera<br>
A18 Pro Chip, 6 Core Processor Processor<br>
Warranty: 1 year warranty for phone and 1 year warranty for in Box Accessories.<br>
Returns: 7 Days Replacement Policy<br>
</td>
</tr><br><br>
<tr><br><br></tr>
<tr>
<td><b>Delivery</b></td>
<td>20 Aug, Wednesday<br>
Standard Delivery
</td>
<td>20 Aug, Wednesday<br>
Standard Delivery
</tr>
<tr> </tr>
<tr>
<td><b>Seller</b></td>
<td>SuperComNet - 4.30
Available with 3 seller(s)</td>
<td>
SuperComNet - 4.30
Available with 1 seller(s)</td>
</tr>
</table>
</body>
</htmL>