-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop-brand-smartphone.html
More file actions
82 lines (77 loc) · 1.71 KB
/
Copy pathtop-brand-smartphone.html
File metadata and controls
82 lines (77 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=2.0, user-scalable=yes">
<title>TOP Brand Smarphone 2024 Indonesia Credit sumber: Goodstats.id</title>
</head>
<style type="text/css">
*, html {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-size: 17px;
}
table.tp-smartphn {
margin: 30px auto;
display: table;
width: 40%;
border-collapse: collapse;
background-color: #2F3C4F;
color: #ffffff;
}
table.tp-smartphn th {
font-style: italic;
padding: 10px;
font-family: cursive;
}
table.tp-smartphn td {
font-family: monospace;
text-align: center;
}
table.tp-smartphn tr:nth-child(2) {
font-weight: bold;
}
</style>
<body>
<table class="tp-smartphn">
<tr>
<th colspan="4">TOP Brand Smartphone 2024 di Indonesia</th>
</tr>
<tr>
<td colspan="2">Merk</td>
<td colspan="2">(%)</td>
</tr>
<tr>
<td colspan="2">Samsung</td>
<td colspan="2">34,70%</td>
</tr>
<tr>
<td colspan="2">Apple</td>
<td colspan="2">26,70%</td>
</tr>
<tr>
<td colspan="2">Vivo</td>
<td colspan="2">10,50%</td>
</tr>
<tr>
<td colspan="2">Xiaomi</td>
<td colspan="2">8,60%</td>
</tr>
<tr>
<td colspan="2">Oppo</td>
<td colspan="2">7,50%</td>
</tr>
<tr>
<td colspan="2">Infinix</td>
<td colspan="2">2,40%</td>
</tr>
<tr>
<td colspan="2">Realme</td>
<td colspan="2">2,40%</td>
</tr>
</table>
</body>
</html>