demo5-1.html
<html>
  <head>
    <title>demo5-1</title>
  </head>
  <body>
  <H1>Abstandsmaße</H1> 
   <DIV> Ich bin <EM>nicht</EM> eingerückt.</DIV>
   <DIV STYLE="margin-left:1.5cm;">Ich bin 1.5cm eingerückt.</DIV>
   <DIV STYLE="margin-left:15mm;">Ich bin 15mm eingerückt.</DIV>
   <DIV STYLE="margin-left:0.8in;">Ich bin 0.8in eingerückt.</DIV>
   <DIV STYLE="margin-left:4pc;">Ich bin 4pc eingerückt.</DIV>
   <DIV STYLE="margin-left:48pt;">Ich bin 48pt eingerückt.</DIV>
  <P>
    <DIV> Ich bin <EM>nicht</EM> eingerückt.</DIV>
    <DIV STYLE="margin-left:2em;">Ich bin 2em eingerückt.</DIV>
    <DIV STYLE="margin-left:2ex;">Ich bin 2ex eingerückt.</DIV>
    <DIV STYLE="margin-left:25px;">Ich bin 25px eingerückt.</DIV>
    <DIV STYLE="margin-left:10%;">Ich bin 10% eingerückt.</DIV>
  </P>
  <H1>
    <DIV> Ich bin <EM>nicht</EM> eingerückt.</DIV>
    <DIV STYLE="margin-left:2em;">Ich bin 2em eingerückt.</DIV>
    <DIV STYLE="margin-left:2ex;">Ich bin 2ex eingerückt.</DIV>
    <DIV STYLE="margin-left:25px;">Ich bin 25px eingerückt.</DIV>
    <DIV STYLE="margin-left:10%;">Ich bin 10% eingerückt.</DIV>
  </H1>
</body>
</html>
    
     

Peter Junglas 22.11.1999