Il tag HTML <q>



Descrizione

Il tag HTML <q> è utilizzato per indicare citazioni breve (i.e. quotations that span multiple lines).

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML q Tag</title>
</head>
<body>
Here comes a short quotation: <q> here is a short quotation </q>
</body>
</html>

Produrrà il seguente risultato:

Here comes a short quotation: here is a short quotation

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Specifici

The HTML <q> supporta anche i seguenti attributi aggiuntivi:

AttributoValoreDescrizione
citeURLURL of the quote, if it is taken from the web.

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements