Szöveg jellemzői: text-decoration CSS jellemző tulajdonságai

Text-decoration

Szöveg díszítése

Declares the text decoration.
Lehetséges értékek:
none (semmi – alap)
underline (aláhúzott)
line-throught (keresztülhúzott)
blink (villogó)
none
underline
overline
line-through
blink
none | [ underline || overline || line-through || blink ] | inherit

Text-decoration minták, példák:

div { text-decoration:none; }

div { text-decoration:underline; }


text-decoration: underline;
Alapértelmezett érték: none
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: szöveg jellemzői

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További szöveg jellemzői:

color direction line-height letter-spacing text-align text-indent text-shadow text-transform unicode-bidi white-space word-spacing

Text-decoration CSS tulajdonságok, referencia

Webdesign