-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop-mie_instantindone.html
More file actions
87 lines (81 loc) · 1.69 KB
/
Copy pathtop-mie_instantindone.html
File metadata and controls
87 lines (81 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=2.0; user-scalable=yes">
<title>Top Mie instant Indonesia</title>
<link rel="stylesheet" href="style.css"/>
<style type="text/css">
table.ndles-top {
border: 2px solid #ED9455;
border-collapse: collapse;
margin: auto 25px;
table-layout: auto;
width: 30%;
}
caption {
font-family: Monospace;
font-size: 18px;
font-weight: 900;
}
table tr th {
background-color: #ED9455;
font-family: cursive, monospace;
font-size: 17px;
padding: 3px;
}
table tr td {
background-color: #FFBB70;
font-family: monospace;
font-size: 16px;
text-align: center;
}
table tr td:nth-child(1){
border-right: 1px solid #ED9455;
}
p {
font-family: monospace,arial;
font-size: 15px;
}
span#wina {
font-size: 16px;
font-style: italic;
font-weight: 900;
}
</style>
</head>
<body>
<table class="ndles-top">
<caption>Top Mie Instant Di Indonesia</caption>
<tr>
<th>Noodles</th>
<th>Persentase</th>
</tr>
<tr>
<td>Mie Indomie</td>
<td>71,20%</td>
</tr>
<tr>
<td>Mie Sedaap</td>
<td>13,90%</td>
</tr>
<tr>
<td>Mie Gaga 100</td>
<td>4,20%</td>
</tr>
<tr>
<td>Mie ABC</td>
<td>2,90%</td>
</tr>
<tr>
<td>Mie Sarimi</td>
<td>2,40%</td>
</tr>
<tr>
<td>Mie Supermi</td>
<td>1,90%</td>
</tr>
</table><br/>
<p>Menurut <span id="wina">WINA</span> atau <span id="wina">World Instant Noodles Association</span> konsumsi mie instant di dunia mencapai 121,2 miliar bungkus pertahun, di indonesia sendiri menduduki peringkat ke-2 konsumsi terbanyak mie instant mencapai 14,2 juta bungkus pertahun.</p>
</body>
</html>