<!-- EXPECTED REULTS: The quote should appear as indicated i- n three different places in the window --> <html> <head> <meta http-equiv="content-type" content="text/html;chars- et=iso-8859-1"> <title>DHTML for the WWW | Setting Static Positionaing</- title> <style media="screen" type="text/css"><!-- .stat {position: static; font: bold 28pt courier; - color: #cccccc;} .abs {position: absolute; top: 25px; left: 375px; - width: 100px; font: bold 35pt helvetica; color:- #666666;} .rel {position: relative; top: 70px; left: 25px; f- ont: bold 12pt times; color: #000000;} --></style> </head> <body> <div class="stat">'Oh my ears and whiskers, how late it'- s getting!'</div> <div class="abs">'Oh my ears and whiskers, how late it's- getting!'</div> <div class="rel"> 'Oh my ears and <span class="rel">whis- <span class="rel">kers</span></span>, how late it's g- etting!'</div> </body> </html>