Showing
6 changed files
with
55 additions
and
13 deletions
ex01.html
0 → 100644
1 | -<html> | 1 | +<!DOCTYPE html> |
2 | +<html lang="ko"> | ||
3 | +<head> | ||
4 | + <meta charset="utf-8"> | ||
5 | +</head> | ||
2 | <body> | 6 | <body> |
3 | - <p style : "text-decoration:underline;", color : "#FF00FF;"> | 7 | + <p> |
8 | + <h1 style="text-decoration:underline; color:#FF00FF;"> | ||
4 | 트와이스 | 9 | 트와이스 |
10 | + </h1> | ||
5 | </p> | 11 | </p> |
6 | 12 | ||
7 | - <img src = ""> | 13 | + <img src = "http://cfile30.uf.tistory.com/image/217F5C4B571DEB641CCE7B"/> |
8 | 14 | ||
9 | <ul> | 15 | <ul> |
10 | <li>구성원 | 16 | <li>구성원 |
... | @@ -24,24 +30,29 @@ | ... | @@ -24,24 +30,29 @@ |
24 | <p>트와이스(2015년 10월 20일 ~ 현재)는 대한민국의 9인조 걸 그룹이다.</p> | 30 | <p>트와이스(2015년 10월 20일 ~ 현재)는 대한민국의 9인조 걸 그룹이다.</p> |
25 | </li> | 31 | </li> |
26 | <li>소속사: | 32 | <li>소속사: |
27 | - <span style : "text-decoration : underline;"> | 33 | + <a href = "http://www.jype.com/common/ArtistMain.aspx?LDiv="> |
28 | JYP 엔터테인먼트 | 34 | JYP 엔터테인먼트 |
29 | - </span> | 35 | + </a> |
30 | </li> | 36 | </li> |
31 | <li>앨범 | 37 | <li>앨범 |
32 | <ol> | 38 | <ol> |
33 | - <li style : "text-decoration:underline;", color : "#0000FF;"> | 39 | + <li> |
40 | + <a href = "https://ko.wikipedia.org/wiki/THE_STORY_BEGINS"> | ||
34 | THE STORY BEGINS | 41 | THE STORY BEGINS |
42 | + </a> | ||
35 | </li> | 43 | </li> |
36 | - <li style : "text-decoration:underline;", color : "#0000FF;"> | 44 | + <li> |
45 | + <a href = "https://ko.wikipedia.org/wiki/PAGE_TWO"> | ||
37 | PAGE TWO | 46 | PAGE TWO |
47 | + </a> | ||
38 | </li> | 48 | </li> |
39 | - <li style : "text-decoration:underline", color : "#0000FF"> | 49 | + <li> |
50 | + <a href = "https://ko.wikipedia.org/wiki/TWICEcoaster_:_LANE_2"> | ||
40 | TWICEcoaster : LANE 1 | 51 | TWICEcoaster : LANE 1 |
52 | + </a> | ||
41 | </li> | 53 | </li> |
42 | </ol> | 54 | </ol> |
43 | </li> | 55 | </li> |
44 | </ul> | 56 | </ul> |
45 | - | ||
46 | </body> | 57 | </body> |
47 | </html> | 58 | </html> | ... | ... |
-
Please register or login to post a comment