xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<style>
p:first-line
{
color:#ff0000;
font-variant:small-caps;
}
</style>
</head>
<body>
<p>可以使用:first line伪元素向文本的第一行添加特殊效果。</p>
</body>
</html>