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; }
25 p
.under
{ text-decoration: underline
; top: 25px; }
26 p
.over
{ text-decoration: overline
; top: 125px; }
27 p
.through
{ text-decoration: line-through
; top: 225px; }
33 <p class=
"serif under"><span>Áp|/
</span></p>
35 <p class=
"serif over"><span>Áp|/
</span></p>
37 <p class=
"serif through"><span>Áp|/
</span></p>
39 <p class=
"sans under"><span>Áp|/
</span></p>
41 <p class=
"sans over"><span>Áp|/
</span></p>
43 <p class=
"sans through"><span>Áp|/
</span></p>