如何使用 html 5图像而不是表格的标签

发布于 11-09 10:18 字数 241 浏览 5 评论 0原文

我正在重做我的团队一直在处理的 html..我想知道是否可以修改 html 5 标签。具体来说,我想

在 w3schools 中使用图像而不是表格的标签:

*定义和用法: <标题>标签定义表格标题。 <标题>标签必须紧接在 之后插入。标签。 您只能为每个表指定一个标题。 通常标题将位于表格上方居中*。

如何从所有这些要求中删除此标签?

I'm redoing the html my team has been working on.. and i was wondering if I can modify html 5 tags. Specifically I would like to use the tag for images rather than tables..

in w3schools:

*Definition and Usage:
The <caption> tag defines a table caption.
The <caption> tag must be inserted immediately after the <table> tag.
You can specify only one caption per table.
Usually the caption will be centered above the table*.

How can I strip this tag from all these requirements?

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

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

发布评论

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

评论(1

久随2024-11-16 10:18:25

我认为您所追求的是

< Figcaption> 标签,用于注释图像,就像您在教科书等中看到的那样。标题专门用于表格。

I think what you're after is the <figure> and <figcaption> tags, used to annotate images like you see in textbooks and the like. Caption is specifically for tables.

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