其它常用选择器随记(伪类选择器)

1.p::first-letter :选中p中的首个字母
2.p::first-line :选择p中的第一行

<html>
    <head>
    <title>小朋友</title>
    <style>
        p:first-letter{               /*首个字母 */
            font-size:xx-large;      /*首个字母字体放大*/
            background-color:tomato;     
        }
        P:first-line{           /*选择p中的第一行*/
            color: violet;
            font-weight:bold; 
        }
    </style>
  
    </head>
    <body>
        <p>Hello,nice to meet you!
            Nothing's gonna change my love for you if i had to live my        life without you near me 
             i don't want to live without you 
             Waiting for my favorite songs   When they played I'd sing along it made me smile   
            Those were such happy times and not so long ago   How I wonder where they'd gone   
            But they're back again just like a long lost friend   All the songs I love so well  
             Every sha la la la …… every wo wo ……</p>
        <div>
        </div>
    </body>
</html>

3.p:first-child :选择第一个p
4.p:last-child :最后一个p
5.p:nth-child(2) :随意在括号里选择第几个p

小朋友
</head>
<body>
    <p>Hello1</p>
    <p>Hello2</p>
    <p>Hello3</p>
    <p>Hello4</p>
</body>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值