ví dụ:
first-letter:
<style type="text/css">
p:first-letter
{
color: red;
}
</style>
<p> Abc</p>
kế 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>
Tác giả:TG
Webmaster
http://phpbasic.com

