gpt4 book ai didi

HTML4 - 列表的有意义标记

转载 作者:太空宇宙 更新时间:2023-11-04 14:22:16 25 4
gpt4 key购买 nike

最近我开始成为一个有意义的标记怪胎,所以现在我对在我的页面中使用什么 HTML 标记感到困惑。基本上我想显示故事列表、标题、作者、创建时间和一些内容。

<h2>Story 1</h2>
<em>by: Author X January 17, 2012</em>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book...</p>

那么,我应该使用什么有意义的标记来制作上述标记的列表?

最佳答案

HTML5 提供了多种新的语义标签。这是一个如何构建故事的示例。有关更多信息,请谷歌搜索“html5 语义标签”

<article>
<header>
Title
<address>Author</address>
<time>...</time>
<header>
<section>
lorem ipsum
</section>
</article>

编辑:使用 HTML4 时,您可以坚持使用已有的内容,我认为这非常好。

关于HTML4 - 列表的有意义标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8891548/

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