figcaption 标签允许有什么 children?
What children is a figcaption tag allowed to have?
我是一名网络开发新手,正在尝试了解 figcaption 标签的正确用法。
什么样的children是允许的?我希望将一个 figcapition 的内容分成多个 <p>
children 但我不确定这在语义上是否正确。
它可以包含任何“流内容”,内容相当多,即几乎所有您在该上下文中可能想到的内容:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#flow_content
(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption)
我是一名网络开发新手,正在尝试了解 figcaption 标签的正确用法。
什么样的children是允许的?我希望将一个 figcapition 的内容分成多个 <p>
children 但我不确定这在语义上是否正确。
它可以包含任何“流内容”,内容相当多,即几乎所有您在该上下文中可能想到的内容:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#flow_content
(https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption)