HTML <blockquote> 인용 속성

❮ HTML <blockquote> 태그

예시

다른 출처에서 인용한 섹션:

<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. WWF's unique way of working combines global reach with a foundation in science, involves action at every level from local to global, and ensures the delivery of innovative solutions that meet the needs of both people and nature.
</blockquote>

정의 및 사용

속성 은 cite인용의 출처를 지정합니다.

팁: 인용의 출처가 있는 경우 항상 추가하는 것이 좋은 습관입니다.


브라우저 지원

Attribute
cite Yes Yes Yes Yes Yes

cite속성은 주요 브라우저에서 특별한 것으로 렌더링되지 않지만 검색 엔진에서 인용에 대한 추가 정보를 얻는 데 사용할 수 있습니다.


통사론

<blockquote cite="URL">

속성 값

Value Description
URL The source of the quotation.

Possible values:

  • An absolute URL - points to another web site (like cite="http://www.example.com/page.htm")
  • A relative URL - points to a file within a web site (like cite="page.htm")

❮ HTML <blockquote> 태그