HTML <q> alıntı Özellik

❮ HTML <q> etiketi

Örnek

Bir teklifin kaynak URL'sini belirtin:

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

Tanım ve Kullanım

Nitelik cite, bir teklifin kaynak URL'sini belirtir.


Tarayıcı Desteği

Attribute
cite Yes Yes Yes Yes Yes

Not: Özelliğin citesıradan web tarayıcılarında görsel bir etkisi yoktur, ancak ekran okuyucular tarafından kullanılabilir.


Sözdizimi

<q cite="URL">

Özellik Değerleri

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