哪些 HTML 元素不能包含子节点?

发布于 2024-10-16 01:08:35 字数 114 浏览 5 评论 0原文

我一直在寻找一份详尽的清单,但在任何地方都找不到。为了避免必须仔细阅读规范,有谁知道它们是什么(我认为可以包含子元素的补充元素列表也很有用)。

XHTML 1 和 HTML5 之间的列表有何不同?

I've been looking for an exhaustive list, but can't find one anywhere. To avoid having to trawl through the specs, does anyone know what they are (and I suppose a complementary list of elements that can contain children would be useful too).

And how much does this list vary between XHTML 1 and HTML5?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

第七度阳光i 2024-10-23 01:08:35

您可以在 HTML 规范

除了 HTML5 中引入的新元素之外,XHTML 中的 void 元素列表是相同的。

You can find a list of void elements (elements that cannot have any child content) in the HTML spec.

With the exception of the new elements introduced in HTML5, the list of void elements in XHTML is the same.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文