logo

HTML tag

HTML

tag bruges til at definere en tekstblok, som er citeret fra en anden kilde. Browseren viser normalt indholdet indeni
tag som indrykket tekst.

Hvis du vil indsætte et langt citat, så brug

og for korte eller inline tilbud brug tag.

Syntaks

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

Følgende er nogle specifikationer om

tag

Skærm Blok
Start-tag/Sluttag Både start- og sluttag
Brug Semantisk/tekstuel

Eksempel

 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 det nu

Produktion:

HTML blockquote tag

Styling
tag

 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 det nu

Bemærk: Vi har brugt CSS-egenskaben margin-right: 25px til at ændre indrykningen på teksten. Du kan også bruge margin-venstre eller margin stenografi egenskab.

Produktion:

HTML blockquote tag

Attribut

Tag-specifik attribut

Attribut værdi Beskrivelse
citere chrome browser URL Det bruges til at angive URL'en på kilden, hvorfra citatet er taget.

Globale egenskaber

Det

tag understøtter alle de globale attributter i HTML.

Hændelsesattributter

Det

tag understøtter alle hændelsesattributter i HTML.

Understøtter browsere

Element dvs browserChrome firefox browserIE opera browserFirefox safari browserOpera Safari
JaJaJaJaJa