HTML <q> cytuj Atrybut

❮ Znacznik HTML <q>

Przykład

Podaj źródłowy adres URL cytatu:

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

Definicja i użycie

citeAtrybut określa źródłowy adres URL cytatu .


Obsługa przeglądarki

Attribute
cite Yes Yes Yes Yes Yes

Uwaga: Atrybut citenie ma efektu wizualnego w zwykłych przeglądarkach internetowych, ale może być używany przez czytniki ekranu.


Składnia

<q cite="URL">

Wartości atrybutów

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

❮ Znacznik HTML <q>