css bold first word

后端 未结 5 1898
鱼传尺愫
鱼传尺愫 2020-12-06 16:48

How can I bold the first word of sentence using CSS selectors and is this a good/bad way to do this with respects to browser comparability?

code:

  &         


        
5条回答
  •  失恋的感觉
    2020-12-06 17:07

    There is no ::first-word pseudo-element in CSS; you'll have to wrap the first word in an extra element and then select that.

提交回复
热议问题