Blockquote is een handige code als je bijvoorbeeld een tekst of plaatje wilt "quoten", net zoals het ook op forums gebeurt. Zo ziet het eruit:
Dit is de code:
<style>
blockquote{
border-left:20px solid #D9A54E;
background-image:url();
background-repeat:no-repeat;
background-position:top right;
background-color:#FCF3C0;
padding:5px;
text-align:justify;
}
</style>
En om een tekst te quoten zet je hem tussen deze twee tags:
<blockquote>
tekst/plaatje hier!
</blockquote>
xoxo Iris
Dit is de code:
<style>
blockquote{
border-left:20px solid #D9A54E;
background-image:url();
background-repeat:no-repeat;
background-position:top right;
background-color:#FCF3C0;
padding:5px;
text-align:justify;
}
</style>
En om een tekst te quoten zet je hem tussen deze twee tags:
<blockquote>
tekst/plaatje hier!
</blockquote>
xoxo Iris