【发布时间】:2022-01-06 16:39:12
【问题描述】:
我读过Must blockquotes contain paragraphs or must paragraphs contain blockquotes?,所以我明白为什么blockquotes 可以包含p 元素本身。但是,我认为这原则上不应排除 blockquote 可能恰好在 p 元素中;毕竟,blockquote 中的ps 是相对于引用文本的段落,但是为什么引用的文本不能成为包含文档的更大段落的一部分呢?
见下文
<p>This is a paragraph</p>
<p> This is another paragraph: with a <blockquote> in it
<blockquote>some long quote</blockquote>
which (notice the lower case <i>w</i>) I write something about here, so it makes sense I'm not starting a new parapgraph, imho.
</p> <!-- this very editor highlights "p>" in red -->
【问题讨论】:
-
太好了,-1 代表什么?
标签: html paragraph blockquote