HTML 인용 속성


정의 및 사용

속성 은 cite인용문 또는 텍스트가 삽입/변경된 이유를 설명하는 문서의 URL을 지정합니다.


에 적용

속성 은 cite다음 요소에 사용할 수 있습니다.

집단 기인하다
<블록 인용> 인용하다
<델> 인용하다
<인> 인용하다
<q> 인용하다

인용구 예

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

<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>

델 예시

텍스트가 삭제된 이유를 설명하는 문서 URL이 포함된 삭제된 텍스트:

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>

인스 예

텍스트가 삽입된 이유를 설명하는 문서 URL이 포함된 삽입된 텍스트:

<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>

Q 예

견적의 소스 URL 지정:

<p>WWF's goal is to:
<q cite="http://www.wwf.org">
Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>

브라우저 지원

특성 은 cite각 요소에 대해 다음 브라우저 지원을 가집니다.

Element
blockquote Yes Yes Yes Yes Yes
del Yes Yes Yes Yes Yes
ins Yes Yes Yes Yes Yes
q Yes Yes Yes Yes Yes