html ul border,HTML UL CSS Border style

博主探讨了如何使用CSS来实现一个特定样式的HTML列表,列表包含子级列表。他们给出了两种HTML结构,并询问是否能仅通过CSS实现第二种结构的样式,使其与第一种效果相同。讨论涉及到CSS的list-style-type、margin和border属性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

I have a little question concerning html-lists and CSS. I want to have a list (whit sublist) that looks like this (view the result by coping the code into http://htmledit.squarefree.com/):

ul

{

border: 0px solid #90bade;

}

li

{

list-style-type:none;

border: 1px solid black;

}

.lv1

{

margin:0px 0px 0px 10px;

}

  • One
  • Sub
  • One

But I would prefer to use html-code like this for the list:

  • One
    • Sub
  • One

Unfortunately I cannot figure out, how to style the second list whit CSS in order to make it look like the first one. Does anyone know if it’s possible by only using CSS or do I have to make one big list and use classes (like in the first list) to get the desired layout?

Thanks in advance

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值