字下げの実験

今回は100ピクセルの字下げです。


<head>
<style type="text/css">
<!--

.indent100 {
           text-indent : 30pt;
          }

-->
</head>
<body>
    
   <p class="indent100">今回は100ピクセルの字下げです。
</p>


</body>