字下げの実験

今回は30ピクセルの字下げです。確認してください。


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

.indent10 {
           text-indent : 30pt;
          }

-->
</head>
<body>
    
   <p class="indent30">今回は30ピクセルの字下げです。確認してください。
</p>


</body>