gpt4 book ai didi

html - 文章标签和图片

转载 作者:行者123 更新时间:2023-12-04 16:08:56 28 4
gpt4 key购买 nike

我了解文章标签是“内容的独立项目部分”www.w3.org/wiki/HTML/Elements/article

我的页面只有一篇博文。该博客在文本顶部有一个 img 和一个标题(它是一个 img,说明了我在博客文本中所说的内容)。 img 和 caption 应该在文章标签之内还是之外?

图片:

<img src="1.png">
<div>Caption of the image</div>

简化的博文:

<article>
<h1>Title of the post</h1>
<div>Last Updated: 2016-01-07</div>
<div>
<p>This is the body of the post</p>
</div>
<p>Author of the post</p>
</article>

最佳答案

您可能需要同时检查 figurefigcaption 标签。

文档中的示例:

<figure>
<img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="An awesome picture">
<figcaption>Fig1. MDN Logo</figcaption>
</figure>

如果 figurearticle 相关,那么我会将其放在 article 标记内。

关于html - 文章标签和图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39182295/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com