e-gradiva     HTML CSS JavaScript Načrtovanje  
  logotip  
SERŠ Maribor Iskanje Primeri

text-decoration

Lastnost olepšave teksta določa olepšavo samo.

vrednostopisNNIECSS
noneObičajen tekst431
underlinePodčrtan tekst431
overlineNadčrtan tekst641
line-troughPrečrtan tekst431
blinkUtripajoč tekst4-1

Primeri

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