在CSS选择器中,哪个元素用于向文本的第一行添加特殊样式
使用:first-line元素可在文档的第一行元素中添加特殊效果。
示例
您可以尝试运行以下代码以在文本的第一行中添加特殊样式
<html>
<head>
<style>
p:first-line {
text-decoration: underline;
}
p.noline:first-line {
text-decoration: none;
}
</style>
</head>
<body>
<p class = "noline"> This line would not have any underline because this belongs to nline class.</p>
<p>The first line of this paragraph will be underlined as defined in the CSS rule above. Rest of the
lines in this paragraph will remain normal. This example shows how to use :first-line pseduo element
to give effect to the first line of any HTML element.</p>
</body>
</html>热门推荐
10 给司机老师祝福语简短
11 韩语贺卡祝福语简短版
12 给新年祝福语简短独特
13 送师姐的祝福语简短
14 收到公公生日祝福语简短
15 中秋祝福语给父亲简短
16 分手快乐祝福语简短
17 小孩想说的祝福语简短
18 宝宝100日简短祝福语