text-decoration 1
Quy định cụ thể trang trí thêm cho văn bản
Thuộc tính | giá trị | Ví dụ | Mô tả |
---|---|---|---|
text-decoration | none | text-decoration: none; | mặc định. |
underline | text-decoration: underline; | đường gạch bên dưới văn bản. | |
overline | text-decoration: overline; | đường gạch bên trên văn bản. | |
line-through | text-decoration: line-through; | gạch ngang văn bản. | |
blink | text-decoration: blink; | văn bản nhấp nháy. | |
inherit | text-decoration: inherit; | kế thừa |
text-decoration:
div
{
text-decoration:none;
}
{
text-decoration:none;
}
Sự tương thích ( Cập nhật / Báo lỗi )
No comments:
Post a Comment