HTML - Balise <blockquote>
La description
La balise HTML <blockquote> est utilisée pour indiquer de longues citations (c'est-à-dire des citations qui s'étendent sur plusieurs lignes). Il ne doit contenir que des éléments de niveau bloc, et pas seulement du texte brut.
Exemple
<!DOCTYPE html>
<html>
<head>
<title>HTML blockquote Tag</title>
</head>
<body>
<blockquote>Browsers generally render blockquote text as indented text. If your
quoted text needs to display within a non-quoted paragraph, you should use the
HTML q tag. Most browsers surround q text with quotation marks.</blockquote>
<q>Browsers generally render blockquote text as indented text. If your quoted text
needs to display within a non-quoted paragraph, you should use the HTML q tag.
Most browsers surround q text with quotation marks.</q>
</body>
</html>
Cela produira le résultat suivant -
Attributs globaux
Cette balise prend en charge tous les attributs globaux décrits dans Référence des attributs HTML
Attributs spécifiques
La balise HTML <blockquote> prend également en charge les attributs supplémentaires suivants -
Attribut | Valeur | La description |
---|---|---|
citer | URL | URL du devis, s'il provient du Web. |
Attributs d'événement
Cette balise prend en charge tous les attributs d'événement décrits dans HTML Events Reference
Prise en charge du navigateur
Chrome | Firefox | C'EST À DIRE | Opéra | Safari | Android |
---|---|---|---|---|---|
Oui | Oui | Oui | Oui | Oui | Oui |