gpt4 book ai didi

html - 在 HTML 中设置 LI 标签的值

转载 作者:太空狗 更新时间:2023-10-29 13:58:04 25 4
gpt4 key购买 nike

我有一个有序列表,我需要为其设置 # 值。像这样的东西:

<ol>
<li ShowValue=34>apple</li>
<li ShowValue=45>pear</li>
<li ShowValue=55>car</li>
</ol>

以便它们显示我分配的数字

34.apple
45.pear
55.car

有没有办法告诉 LI 它应该显示什么数字?

最佳答案

如果您使用 HTML 4.01,您可以这样做:

<ol>
<li value="34">apple</li>
...
</ol>

注意 this is deprecated .

关于html - 在 HTML 中设置 LI 标签的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1770482/

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