logo

HTML-tag

HTML

tag wordt gebruikt om een ​​tekstblok te definiëren dat uit een andere bron wordt geciteerd. De browser geeft meestal de inhoud weer
tag als ingesprongen tekst.

Als je een lang citaat wilt invoegen, gebruik dan

en gebruik de tag voor een korte of inline offerte.

Syntaxis

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

Hieronder volgen enkele specificaties over de

label

Weergave Blok
Begintag/eindtag Zowel begin- als eindtag
Gebruik Semantisch/tekstueel

Voorbeeld

 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 
Test het nu

Uitgang:

HTML-blockquote-tag

Styling
label

 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 
Test het nu

Opmerking: we hebben de CSS-eigenschap margin-right: 25px gebruikt om de inspringing op de tekst te wijzigen. U kunt ook de eigenschap Marge-links of Marge-steno gebruiken.

Uitgang:

HTML-blockquote-tag

Attribuut

Tag specifiek attribuut

Attribuut waarde Beschrijving
citeren Chrome-browser URL Het wordt gebruikt om de URL van de bron op te geven waar het citaat vandaan komt.

Globale attributen

De

tag ondersteunt alle globale attributen in HTML.

Gebeurtenisattributen

De

tag ondersteunt alle gebeurteniskenmerken in HTML.

wat is desktop ini

Ondersteunende browsers

Element dat wil zeggen browserChroom Firefox-browserD.W.Z opera-browserFirefox safari-browserOpera Safari
JaJaJaJaJa