Quote:
Originally Posted by Jellby
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.