first-letter và first-line
![]() | Dùng để dịnh dạng ký tự đầu tiên(first-letter) hoặc dòng đầu tiên(first-line) cho phần content của đối tượng. |
Ví dụ:
first-letter:
<style type="text/css">
p:first-letter
{
color: red;
}
</style>
<p> Abc</p>
kết quả: Abc
first-line:
<style type="text/css">
p:first-line
{
color: red;
}
</style>
<p>Dùng để dịnh dạng ký tự đầu tiên(first-letter)
hoặc dòng đầu tiên(first-line) cho phần content của đối tượng</p>
Theo php
Lượt xem : 257
This is excellent news!
Haven't seen the build yet, I'll look now.
Checking the build now