logo

HTML-Tag

HTML

Tag wird verwendet, um einen Textblock zu definieren, der aus einer anderen Quelle zitiert wird. Der Browser zeigt normalerweise den darin enthaltenen Inhalt an
Tag als eingerückten Text markieren.

Wenn Sie ein langes Anführungszeichen einfügen möchten, verwenden Sie

und für kurze oder Inline-Zitate verwenden Sie das Tag.

Syntax

 <blockquote> quoted text......</blockquote> 

Im Folgenden finden Sie einige Spezifikationen zum

Etikett

Anzeige Block
Start-Tag/End-Tag Sowohl Start- als auch End-Tag
Verwendung Semantisch/textuell

Beispiel

 Blockquote tag <h2>Example of blockquote tag</h2> <p>A Great Motivational Quote :</p> <blockquote cite="https://www.brainyquote.com/authors/erin_cummings"> <p> At the end of the day, you are solely responsible for your success and your failure. And the sooner you realize that, you accept that, and integrate that into your work ethic, you will start being successful. As long as you blame others for the reason you aren&apos;t where you want to be, you will always be a failure. </p> </blockquote> Erin Cummings 
Testen Sie es jetzt

Ausgabe:

HTML-Blockquote-Tag

Styling
Etikett

 Blockquote tag blockquote{ text-align: justify; background-color: #F7EAE9; border-radius: 4px; margin-right: 25px;} cite{ margin-left: 15px;} <h2>Example of blockquote tag</h2> <p>A Great Motivational Quote:</p> <blockquote cite="https://www.brainyquote.com/authors/erin_cummings"> <p> At the end of the day, you are solely responsible for your success and your failure. And the sooner you realize that, you accept that, and integrate that into your work ethic, you will start being successful. As long as you blame others for the reason you aren&apos;t where you want to be, you will always be a failure. </p> </blockquote> -Erin Cummings 
Testen Sie es jetzt

Hinweis: Wir haben die CSS-Eigenschaft margin-right: 25px verwendet, um die auf den Text angewendete Einrückung zu ändern. Sie können auch die Kurzschrifteigenschaft „margin-left“ oder „margin“ verwenden.

Ausgabe:

HTML-Blockquote-Tag

Attribut

Tag-spezifisches Attribut

Attribut Wert Beschreibung
zitieren Chrome-Browser URL Es wird verwendet, um die URL der Quelle anzugeben, von der das Zitat stammt.

Globale Attribute

Der

-Tag unterstützt alle globalen Attribute in HTML.

Ereignisattribute

Der

-Tag unterstützt alle Ereignisattribute in HTML.

Unterstützende Browser

Element dh BrowserChrom Firefox-BrowserIE Opera-BrowserFeuerfuchs Safari-BrowserOper Safari
JaJaJaJaJa