HTML <blockquote> Tag



Beschreibung

Die HTML<blockquote> tag ist zu Gebrauchte für die anzeigt lange Zitate (dh Zitate, die über mehrere Zeilen erstrecken) . Es sollte enthalten nur Block-Ebene Elemente in sich, und nicht einfach nur Text .

Beispiel

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

Dies wird folgendes Ergebnis produzieren:

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

Global Attribute

Dieser Tag unterstützt alle globalen Attribute beschrieben -HTML Attribute Referenz

Spezifische Attribute

Die HTML <blockquote> Tag auch unterstützt folgende zusätzliche Attribute:

AttributewertBeschreibung
cite html-5URLURL von des Zitats, wenn es ist von der Bahn übernommen.

Event Attribute

Dieser Tag unterstützt alle in beschriebene Ereignis Attribute - - HTML Events Referenz

Browser-Unterstützung

ChromeFirefoxIEOperaSafariAndroid
jajajajajaja
html_tags_reference.htm
Advertisements