demo5-4.html


<html>
  <head>
    <title>Text</title>
  </head>

  <body>
  <H1>Text</H1> 

   <SPAN>Ich bin ein Satz mit Standard-Font</SPAN><BR>
   <SPAN STYLE="font-family:serif;">Ich bin ein Satz mit Font serif.</SPAN><BR>
   <SPAN STYLE="font-family:sans-serif;">Ich bin ein Satz mit Font sans-serif.
        </SPAN><BR>
   <SPAN STYLE="font-family:Cursive;">Ich bin ein Satz mit Font cursive.</SPAN><BR>
   <SPAN STYLE="font-family:fantasy;">Ich bin ein Satz mit Font fantasy.</SPAN><BR>
   <SPAN STYLE="font-family:monospace;">Ich bin ein Satz mit Font monospace.
        </SPAN><BR>
   <SPAN STYLE="font-family:Arial,Helvetica,monospaced">Am liebsten
   hätte ich Arial, notfalls nehme ich auch Helvetica oder gar
   monospace.</SPAN><BR>

 <P> </P>
   
 <DIV STYLE="font-family:Times,serif">
   <SPAN>Ich bin ein Satz mit Standard-Größe</SPAN><BR>
   <SPAN STYLE="font-size:8pt;">Ich bin ein Satz der Größe 8pt</SPAN><BR>
   <SPAN STYLE="font-size:24pt;">Ich bin ein Satz der Größe 24pt</SPAN><BR>
   <SPAN STYLE="font-size:50%;">Ich bin ein Satz der Größe 50%</SPAN><BR>
   <SPAN STYLE="font-size:300%;">Ich bin ein Satz der Größe 300%</SPAN><BR>
   <SPAN STYLE="font-size:small;">Ich bin ein Satz der Größe small</SPAN><BR>
   <SPAN STYLE="font-size:large;">Ich bin ein Satz der Größe large</SPAN><BR>
 </DIV>

 <P> </P>

 <SPAN STYLE="color:red;">Ich bin rot.</SPAN><BR>
 <SPAN STYLE="font-style:italic;">Ich bin kursiv.</SPAN><BR>
 <SPAN STYLE="font-weight:bold;">Ich bin fett.</SPAN><BR>
 <SPAN STYLE="text-decoration:underline;">Ich bin unterstrichen.</SPAN><BR>
 <SPAN STYLE="text-decoration:blink;">Ich bin da - und weg - und da ...</SPAN><BR>


</body>
</html>

previous    contents     next

Peter Junglas 22.11.1999