HTML 사전

blockquote

<blockquote>는 블럭 인용을 위한 HTML 요소이다.

설명

The HTML Block Quotation (<blockquote>) element indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.

HTML 요소인 블럭 인용(<blockquote>)은 포함된 텍스트가 확장인용임을 나타낸다. 보통 이 요소는 시각적으로 들여쓰기가 적용된다(들여쓰기를 변경하는 방법에 대해서는 주의를 보라). 인용문의 출처 URL이 cite 속성을 통해 제공될 수도 있으며, <cite> 요소를 사용하여 본문에 직접 출처를 표현할 수도 있다.

To change <blockquote> indent, use CSS margin property.

<blockquote>의 들여쓰기 정도를 바꾸려면 CSS margin 속성을 사용하라.

Use the <q>  element for inline quotations.

문장 속의 인용구에 대해서는 <q>를 사용하라.

Use the <cite> element for source citations.

출처 표시는 <cite> 요소를 사용하라.

Usage Context

Permitted content Flow content
Tag omission None, must have both a start tag and an end tag.
Permitted parent elements Any element that accepts Flow content.
Normative document HTML5, section 4.5.4; HTML 4.01, section 4.2.2

속성

Like all other HTML elements, this element supports the global attributes.

다른 모든 HTML 요소와 마찬가지로, 이 요소 역시 전역속성을 지원한다.

cite

A URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote.

인용된 정보를 위한 메세지나 출처 문서를 나타내는 URL. 이 속성은 주로 인용의 문맥이나 참조에 대해 설명하는 정보를 가리킨다.

예제

    <blockquote cite="http://developer.mozilla.org">  
      <p>This is a quotation taken from the Mozilla Developer Center.</p>  
    </blockquote>

DOM 인터페이스

This element exposes the HTMLQuoteElement DOM interface.

이 요소는 HTMLQuoteElement DOM 인터페이스를 보여준다.

호환성

Desktop
기능 구글크롬 파이어폭스Gecko) 인터넷 익스플로러 Opera Safari
기본적인 지원          
Mobile
기능 안드로이드 파이어폭스 모바일(Gecko) 인터넷 익스플로러 모바일 오페라 모바일 사파리 모바일
기본적인 지원          

참고

댓글

댓글 본문
버전 관리
graphittie
현재 버전
선택 버전
graphittie 자세히 보기