双城记
>作者:查尔斯狄更斯
>出版年份:1859年
>类型:历史小说
>平均回顾:3.8 / 5
这是一个问题:即使我在示例中将其格式化为列表,但它在语义上并不是一个列表.此外,其中许多字段都是用户可配置的,因此书籍,作者和时间的标记并不真正适用.我是否使用< p>,< li>,< dl>,< div>或者其他每条线路的其他东西?如果我不回退到< div>,那么< p>标签似乎最接近我想要的,即使它不是一个完整的文本段落.
什么是这些非列表,非完全段落项目的正确标记,其关键字和值在运行时才会知道?
解决方法 也许你可以考虑一下描述清单:< dl>The HTML element (or HTML Description List Element) encloses a List of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display Metadata (a List of key-value pairs).
<dl> <dt>firefox</dt> <dd>A free,open source,cross-platform,graphical web browser developed by the Mozilla Corporation and hundreds of volunteers.</dd> <dd>The Red Panda also kNown as the Lesser Panda,Wah,Bear Cat or firefox,is a mostly herbivorous mammal,slightly larger than a domestic cat (60 cm long).</dd><!-- other terms and deFinitions --></dl>
More information available here
总结以上是内存溢出为你收集整理的对于简短的描述性文本片段,是否存在语义html标记?全部内容,希望文章能够帮你解决对于简短的描述性文本片段,是否存在语义html标记?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)