HTML
se uporablja za definiranje bloka besedila, ki je citiran iz drugega vira. Brskalnik običajno prikaže vsebino znotrajoznako kot zamaknjeno besedilo.
moj živi kriket
Če želite vstaviti dolg citat, uporabite
in za kratke ali vstavljene citate uporabite oznako.
Sintaksa
<blockquote> quoted text......</blockquote>
Sledi nekaj specifikacij o oznaka
Zaslon | Blokiraj |
---|---|
Začetna oznaka/končna oznaka | Začetna in končna oznaka |
Uporaba | Pomensko/besedilno |
Primer
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't where you want to be, you will always be a failure. </p> </blockquote> Erin CummingsPreizkusite zdaj
Izhod:
Stilsko oblikovanje oznaka
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't where you want to be, you will always be a failure. </p> </blockquote> -Erin CummingsPreizkusite zdaj
Opomba: Uporabili smo lastnost CSS margin-right: 25px, da spremenimo zamik, uporabljen za besedilo. Uporabite lahko tudi margin-left ali margin-stenografsko lastnost.
Izhod:
Atribut
Poseben atribut oznake
Atribut | vrednost | Opis |
---|---|---|
citirati | URL | Uporablja se za določitev URL-ja vira, iz katerega je citat vzet. |
Globalni atributi
The
podpira vse globalne atribute v HTML.
orodna vrstica za hitri dostop ms word
Atributi dogodka
The
podpira vse atribute dogodkov v HTML.
Podprti brskalniki
Element | Chrome | IE | Firefox | Opera | Safari |
ja | ja | ja | ja | ja |