108-114

代码:

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>108-114</title>
</head>
<body>
    <style>
        .q78+li{
            background-color: yellow;
        }
        .q78~li{
            list-style: none;
        }
        /* class="1"部分 */

        [class]{
            list-style: none;
        }
        li[class="123"]{
            border: 1px solid red;
        }
        /* class="2"部分 */

        #a1 li:first-child{
            background-color: aqua;
        }
        #a1 li:last-child{
            background-color: violet;
        }
        #a1 li:nth-child(5){
            background-color: red;
        }
        /* :only-child :empty */
        /* class="3"部分 */

        .box{
            display: none;
        }
        .box:target{
            display: block;
        }
        /* class="4"部分 */

        input:focus{
            background-color: aqua;
        }
        p::selection{
            background-color: aqua;
            color: red;
        }
    </style>
   <div class="1">
        <ul>
            <li class="q78">111</li>
            <li>222</li>
            <li>333</li>
            <li>444</li>
            <li>555</li>
            <li>666</li>
        </ul>
   </div>
   <hr>
   <div class="2">
        <ul>
            <li class="123">111</li>
            <li class="456">222</li>
            <li class="789">333</li>
            <li class="147">444</li>
            <li class="258">555</li>
            <li class="369">666</li>
        </ul>
    </div>
    <hr>
    <div class="3">
        <ul id="a1">
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
        </ul>
    </div>
    <hr>
    <div class="4">
        <div>
            <a href="#111">aaa</a>
            <div id="111" class="box">111</div>
        </div>
        <div>
            <a href="#222">bbb</a>
            <div  id="222" class="box">222</div>
        </div>
        <div>
            <a href="#333">ccc</a>
            <div  id="333" class="box">333</div>
        </div>
    </div>
    <hr>
    <div class="5">
        <form action="">
            <input type="text"><br>
            <input type="password"><br>
            <input type="text"><br>
            记住密码<input type="checkbox"><br>
            <input type="text">
            <p>sfgohajplofgjhsjgpisjgo[hjsfggslkophfgpouahfgpoahfgposhfgoposjfgaohfgsjgoasjklhfapkvjhfkbnkv;djnsolgjhlskj;bgfohs[ofgpsjhfgopvshgbog[pgh ojhapklfj[oahb[g ajb[gb[ob[aogfaoabdgggggggggggggggggggggbobgpaobgpbpbabgaobfgoabgfoabfagogbaijg[roph[ah</p>
        </form>
    </div>
    <hr>
    <div class="6">
    </div>
</body>
</html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值