View Single Post
Old 08-09-2020, 04:08 PM   #22
phillipgessert
Addict
phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.
 
phillipgessert's Avatar
 
Posts: 316
Karma: 3200000
Join Date: Oct 2015
Location: Madison, WI
Device: Kindle 5th Gen
Quote:
Originally Posted by Jellby View Post
There's a slight difference. If you want to be compliant, you are not allowed to have bare text inside a <blockquote>, it must be inside some <p>, <div> or something, but you can have text directly inside <div>.

Personally, I tend to use <blockquote> for letters, newspaper clips, handwritten notes, etc., where the text is the main content; and <div> for signs, visit cards... which often have more complex layout or formatting. For poetry, it's a <div>, with <div> for stanzas and <div> for lines... but it could all be inside a <blockquote> if appropriate.
Is this to avoid using a <p> tag for text that isn't technically a paragraph? I am kind of averse to bare text within a <div> and would likely wrap it in <p> regardless, basically treating <p> like "lowest hierarchically where no better tag exists," but I suppose that is the same logic I was or am using to stretch what a <blockquote> might be, which I'm now rethinking a little bit.
phillipgessert is offline   Reply With Quote