ex02.html 1 KB
<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>