-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable2.html
More file actions
60 lines (60 loc) · 2.21 KB
/
table2.html
File metadata and controls
60 lines (60 loc) · 2.21 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>선불요금제 | LG U+</title>
<link rel="stylesheet" href="./styles/reset.css">
<link rel="stylesheet" href="./styles/table2.css">
</head>
<body>
<div id="wrap">
<table id="uplus">
<thead>
<tr>
<th rowspan="2"><img src="https://cdn-icons-png.flaticon.com/128/7568/7568490.png" alt=""></th>
<th colspan="5">선불요금제(국제전화)<span>합리적인 선불요금제에 국제전화 혜택을 더한 알뜰한 요금제!</span></th>
</tr>
<tr>
<th>기본요금<span>(부가세 포함금액)</span></th>
<th>음성</th>
<th>문자</th>
<th>데이터</th>
</tr>
</thead>
<tfoot>
<tr>
<th>평균</th>
<td colspan="4" style="text-align: right;">30,000원</td>
</tr>
</tfoot>
<tbody>
<tr>
<th>국제선불 300M</th>
<td>40,700원</td>
<td>집/이동전화 무제한(국제전화 매일20분)</td>
<td>기본제공</td>
<td>300MB+3Mbps</td>
</tr>
<tr>
<th>국제선불 300M</th>
<td>40,700원</td>
<td>집/이동전화 무제한(국제전화 매일20분)</td>
<td>기본제공</td>
<td>300MB+3Mbps</td>
</tr>
<tr>
<th>국제선불 300M</th>
<td>40,700원</td>
<td>집/이동전화 무제한(국제전화 매일20분)</td>
<td>기본제공</td>
<td>300MB+3Mbps</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>