logo

HTML tag

HTML

tag se používá k definování bloku textu, který je citován z jiného zdroje. Prohlížeč obvykle zobrazuje obsah uvnitř
tag jako odsazený text.

Pokud chcete vložit dlouhý citát, použijte

a pro krátké nebo vložené nabídky použijte tag.

java smyčky

Syntax

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

Níže jsou uvedeny některé specifikace o

štítek

Zobrazit Blok
Start tag/End tag Počáteční i koncová značka
Používání Sémantický/textový

Příklad

 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 
Otestujte to hned

Výstup:

HTML značka blockquote

Styling
štítek

 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 
Otestujte to hned

Poznámka: Ke změně odsazení použitého na text jsme použili vlastnost CSS margin-right: 25px. Můžete také použít vlastnost margin-left nebo margin shorthand.

Výstup:

HTML značka blockquote

Atribut

Specifický atribut značky

Atribut hodnota Popis
uvést prohlížeč chrome URL Používá se k určení adresy URL zdroje, ze kterého je citace převzata.

Globální atributy

The

značka podporuje všechny globální atributy v HTML.

Atributy události

The

tag podporuje všechny atributy událostí v HTML.

Podporované prohlížeče

Živel tj. prohlížečChrome prohlížeč firefoxTJ prohlížeč operaFirefox prohlížeč safariOpera Safari
AnoAnoAnoAnoAno