ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 4. ins, del, sub, sup
    Develpment/HTML 2020. 9. 13. 21:21

     Sample

     

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    <!doctype html>
    <html lang="ko">
     <head>
      <meta charset="UTF-8">
      <title>ins, del Tag</title>
     </head>
     
     <body>
    <!--  del : 삭제선 -->
        <p>정기세일 : <del>01.02 ~ 01.05</del> </p>
    <!-- ins : 밑줄 -->
        <p>변    경 : <ins>01.05 ~ 02.10</ins> </p>
        <ins><p>변    경 : 01.05 ~ 02.10 </p></ins>
     
        <h2>위첨자, 아래첨자</h2>
        <p>
    <!-- sub : 아래첨자, sup : 위첨자 -->
            m<sub>2</sub>co<sup>2</sup>
        </p>
     
     </body>
    </html>
     
    cs

     



    'Develpment > HTML' 카테고리의 다른 글

    6. entity  (0) 2020.09.13
    5. meta  (0) 2020.09.13
    3. image  (0) 2020.09.13
    2. 블록요소, 인라인요소  (0) 2020.09.13
    1. heading  (0) 2020.09.13

    댓글

Designed by Tistory.