HTML <q> citovat atribut

❮ HTML tag <q>

Příklad

Zadejte zdrojovou adresu URL nabídky:

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

Definice a použití

Atribut citeurčuje zdrojovou adresu URL nabídky.


Podpora prohlížeče

Attribute
cite Yes Yes Yes Yes Yes

Poznámka: Atribut citenemá v běžných webových prohlížečích žádný vizuální efekt, ale mohou jej používat programy pro čtení z obrazovky.


Syntax

<q cite="URL">

Hodnoty atributů

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