SVG/Attribut/text-decoration
Aus SELFHTML-Wiki
Das text-decoration-Attribut ermöglicht Unter-, bzw Durchstreichungen von Text.
- Erlaubte Werte
- none
- underline
- overline
- line-through
- blink
- Standardwert
none
- anwendbar auf
- Präsentationsattribut
ja
- mit CSS animierbar
ja, siehe Einzelwerte
Beispiel
tspan {
text-decoration: underline;
}
Der Text im tspan-Element wird unterstrichen.
Siehe auch
Weblinks
- Spezifikation (W3C): TextDecorationProperty