把css里的li定义去掉,对比看效果。

<html>
<head>
<title>多特软件基地|绿色免费软件下载|游戏下载|高速下载</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>

<style>
/* li */

ul
{  list-style: inside decimal; }
li
{ width: 390px;  }

</style>
<ol>
<li>abc</li>
<li>def</li>
<li>def</li>
<li>def</li>
<li>def</li>
</ol>


</body>
</html>

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2021-11-16
  • 2021-08-06
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-07-31
  • 2022-02-04
  • 2021-09-17
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案