HTML <q> 인용 속성

❮ HTML <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속성은 견적의 소스 URL을 지정합니다 .


브라우저 지원

Attribute
cite Yes Yes Yes Yes Yes

참고: 속성 cite은 일반 웹 브라우저에서 시각적 효과가 없지만 화면 판독기에서는 사용할 수 있습니다.


통사론

<q cite="URL">

속성 값

Value Description
URL Specifies the source URL of the quote.

Possible values:

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

❮ HTML <q> 태그