View Single Post
Old 07-29-2022, 02:02 PM   #12
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,558
Karma: 19620479
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
One difference between blockquote and div is that a blockquote cannot (if you want to comply with the standard[*], anyway) contain inline elements as direct children, it can only contain block-level elements.

So this is wrong:
Code:
<blockquote>Foo</blockquote>
but this is fine:
Code:
<div>Foo</div>
[*] I don't remember which standard, it might have changed in newer ones, but epub 2 still uses HTML 4 something.
Jellby is offline   Reply With Quote