CSS CSS参考:list-style-type

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS参考:list-style-type相关的知识,希望对你有一定的参考价值。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>list-style-type</title>
  <style type="text/css">
   UL {
    list-style-type: square; /* Square markers */
   }
  </style>
 </head>
 <body> 
 
  <ul>
   <li>Lorem ipsum dolor sit amet</li>
   <li>Consectetuer adipiscing elit</li>
   <li>Sed diem nonummy nibh euismod</li>
   <li>Tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis 
    enim ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis 
    nisl ut aliquip ex ea commodo consequat.</li>
   </ul>
 
 </body>
 </html>

以上是关于CSS CSS参考:list-style-type的主要内容,如果未能解决你的问题,请参考以下文章

css 列表属性详细总结

css 列表属性详细总结

css 列表属性详细总结

CSS 列表样式详解

各位大侠CSS中list-style-type属性前面小圆圈的颜色可以设置吗?系统默认是黑色的我想搞成红的应怎么设置

CSS列表类型变化