티스토리 뷰

HTML Tutorial

HTML 짧은 인용을 위한 q

    1. HTML <q> 요소는 짧은 인용을 정의한다.  
    2. 브라우저는 보통 <q> 요소를 인용 부호(큰따옴표)로 감싼단.  
        - 예  
              <p>WWF's goal is to: <q>Build a future where people  
              live in harmony with nature.</q></p>

HTML 긴 인용을 위한 blockquote

    1. HTML <blockquote> 요소는 인용 구역을 정의한다.  
    2. 브라우저는 보통 <blockquote> 요소를 들여쓰기한다.  
        - 예  
              <p>Here is a quote from WWF's website:</p>  
              <blockquote  
              cite="http://www.worldwildlife.org/who/index.html">  
              For 50 years, WWF has been protecting the future of  
              nature.  
              The world's leading conservation organization,  
              WWF works in 100 countries and is supported by  
              1.2 million members in the United States and  
              close to 5 million globally.  
              </blockquote>

HTML 약자를 위한 abbr

    1. HTML <abbr> 요소는 약자나 두문자를 정의한다.  
    2. 표시된 약자는 브라우저나 번역 시스템 또는 검색 엔진에 유용한 정보를 제공한수 있다.  
        - 예  
              <p>The <abbr title="World Health  
              Organization">WHO</abbr> was founded in 1948.</p>

HTML 주소 정보를 위한 address

    1. HTML <address> 요소는 문서나 기사의 (저자/소유자) 주소 정보를 정의한다.  
    2. <address> 요소는 보통 이탤릭체로 표시된다. 브라우저는 대체로  이 요소의 전후에 강제 줄 바꿈을  
      추가할 것이다.  
        - 예  
              <address>  
              Written by John Doe.<br>  
              Visit us at:<br>  
              Example.com<br>  
              Box 564, Disneyland<br>  
              USA  
              </address>

HTML 작품 제목을 위한 cite

    1. HTML <cite> 요소는 작품 제목을 정의한다.  
    2. 브라우저는 보통 <cite> 요소를 기운 글씨로 표시한다.  
        - 예  
              <p><cite>The Scream</cite> by Edward Munch. Painted  
              in 1893.</p>

HTML 양방향 오버라이드를 위한 bdo

    1. HTML <bdo> 요소는 양방향 오버라이드를 정의한다.  
    2. <bdo> 요소는 현재 문자 방향 바꾸는 데 쓰인다.  
        - 예  
              <bdo dir="rtl">This text will be written from right  
              to left</bdo>

HTML 인용(Quotation)과 열거(Citation) 요소

    - Tag           Description  
      <abbr>        Defines an abbreviation or acronym  
      <address>     Defines contact information for the author/owner of a document  
      <bdo>         Defines the text direction  
      <blockquote>  Defines a section that is quoted from another source  
      <cite>        Defines the title of a work  
      <q>           Defines a short inline quotation
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/07   »
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
글 보관함