| e-gradiva | HTML | CSS | JavaScript | Načrtovanje | |||||
![]() |
|||||||||
| SERŠ Maribor | Iskanje | Primeri | |||||||
Lastnost olepšave teksta določa olepšavo samo.
| vrednost | opis | NN | IE | CSS |
|---|---|---|---|---|
| none | Običajen tekst | 4 | 3 | 1 |
| underline | Podčrtan tekst | 4 | 3 | 1 |
| overline | Nadčrtan tekst | 6 | 4 | 1 |
| line-trough | Prečrtan tekst | 4 | 3 | 1 |
| blink | Utripajoč tekst | 4 | - | 1 |
p { text-decoration: none; }
p { text-decoration: underline; }
p { text-decoration: overline; }
p { text-decoration: line-through; }
pre { text-decoration: blink; }
q { text-decoration: underline blink; }
blockquote { text-decoration: underline line-through blink; }
h1 {text-decoration: underline overline line-through blink}
→ Primeri vseh možnih dodatkov k pisavi
SERŠ Maribor : Strokovna gimnazija : 2004 : Mitja Račnik