ex02.html
1 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
<html>
<body>
<p style : "text-decoration:underline;", color : "#FF00FF;">
트와이스
</p>
<img src = "">
<ul>
<li>구성원
<ul>
<li>지효</li>
<li>나연</li>
<li>정연</li>
<li>모모</li>
<li>사나</li>
<li>미나</li>
<li>다현</li>
<li>채영</li>
<li>쯔위</li>
</ul>
</li>
<li>설명:
<p>트와이스(2015년 10월 20일 ~ 현재)는 대한민국의 9인조 걸 그룹이다.</p>
</li>
<li>소속사:
<span style : "text-decoration : underline;">
JYP 엔터테인먼트
</span>
</li>
<li>앨범
<ol>
<li style : "text-decoration:underline;", color : "#0000FF;">
THE STORY BEGINS
</li>
<li style : "text-decoration:underline;", color : "#0000FF;">
PAGE TWO
</li>
<li style : "text-decoration:underline", color : "#0000FF">
TWICEcoaster : LANE 1
</li>
</ol>
</li>
</ul>
</body>
</html>