Lập trình , Thiết kế website, Auto Game Online

 first-letter và first-line

0

  first-letter và first-line

   

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

Leave A Reply

Your email address will not be published.