text-decoration
CSS Syntax
text-decoration: text-decoration-line text-decoration-color text-decoration-style | initial | inherit;
JavaScript Syntax
object.style.textDecoration="underline"
| Default value: | none currentcolor solid |
|---|---|
| Inherited: | tidak |
| Animatable: | tidak Read about animatable |
| Version: | CSS1 diperbarui di CSS3 |
Attribute Value
default
text-decoration: none;
Menghapus semua hiasan teks.
text-decoration: underline;
Menggarisbawahi konten teks.