gpt4 book ai didi

html - ol中单li没有编号

转载 作者:技术小花猫 更新时间:2023-10-29 11:44:15 28 4
gpt4 key购买 nike

有没有办法不显示 ol 中单个 li 的数字。如果它仍然有助于列表的计数,这不是问题(我知道这可能看起来像一个奇怪的请求)。

最佳答案

是的,只需设置 CSS list-style-type 属性(property)none特别是<li> .

li.nostyle {
list-style-type: none;
}
<ol>
<li>one</li>
<li>two</li>
<li class="nostyle">three</li>
<li>four</li>
</ol>

关于html - ol中单li没有编号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5999688/

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