1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
7 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
8 <style type=
"text/css">
10 body
{ background: white
; }
12 p
.serif
{ font-family: serif
; left: 20px; }
13 p
.sans
{ font-family: sans-serif
; left: 220px; }
22 p
.under
{ text-decoration: underline
; top: 25px; }
23 p
.over
{ text-decoration: overline
; top: 125px; }
24 p
.through
{ text-decoration: line-through
; top: 225px; }
26 p
.text
{ text-decoration: none
! important
; }
27 p
.line span
{ color: transparent
; }
29 p
.text
{ color: blue
; }
30 p
.line
{ color: fuchsia
; }
36 <p class=
"serif line under"><span>Áp|/
</span></p>
37 <p class=
"serif text under"><span>Áp|/
</span></p>
39 <p class=
"serif line over"><span>Áp|/
</span></p>
40 <p class=
"serif text over"><span>Áp|/
</span></p>
42 <p class=
"serif text through"><span>Áp|/
</span></p>
43 <p class=
"serif line through"><span>Áp|/
</span></p>
45 <p class=
"sans line under"><span>Áp|/
</span></p>
46 <p class=
"sans text under"><span>Áp|/
</span></p>
48 <p class=
"sans line over"><span>Áp|/
</span></p>
49 <p class=
"sans text over"><span>Áp|/
</span></p>
51 <p class=
"sans text through"><span>Áp|/
</span></p>
52 <p class=
"sans line through"><span>Áp|/
</span></p>