输出如下:First-letter
加入你想用于标签:
css样式
<style>
p{text-transform:capitalize}
</style>
html如下:
<p>first-letter</p>
<p>hello,word! this a test</p><style>
p{text-transform:capitalize}
</style>
每个单词首字都会大写,这符合英文语法。如果只想首个单词首字大写的话,css无能为力,最简单方法就是打字的时候把大小写打好