A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 马林雷 中级黑马   /  2014-6-10 21:07  /  754 人查看  /  3 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

<head>
    <title></title>
    <style type="text/css">
       ol,ul  /*组合选择器*/
        {   
            list-style-type:none;
            
           }
       .ml /*类选择器*/
        {   float:left;
            background-color:Yellow;
            margin:10px;
           }
        #ll   /*ID选择器*/
        {
            
            float:left;
            background-color:blue;
            margin:10px;
            }
         b  /*标签选择器*/
         {
             font-size:10px;
             background-color:pink;
             }
           
    </style>
</head>
<body style="margin:0px;">
<b>bbb</b><br/>
<h2>bbbb</h2>
<ul>
<li class="ml">5454</li>
<li class="ml">5454</li>
<li class="ml">5454</li>
</ul>
<br/><br/> <br/>  
<ol >
<li class="ml">5454</li>
<li class="ml">5454</li>
<li id="ll">5454</li>
</ol>
</body>

点评

看你这么辛苦,鼓励一下吧  发表于 2014-6-11 09:33

评分

参与人数 1技术分 +1 收起 理由
czwanglei + 1

查看全部评分

3 个回复

倒序浏览
谢谢~~~~~~~
回复 使用道具 举报
++++++++++++++
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马