<html>

<head>

<title>text-aling</title>

<style type="text/css">

div.left{text-align:reft;}

div.center{text-align:center;}

div.right{text-align:right;}

</style>

</head>

<body>

<h3>●2−6テキストの書式設定●</h3>

<h3>DIV>タグと<SPAN>タグ</h3>

※表示効果を持たない<DIV>タグと<SPAN>タグ。<br>

DIV>タグは改行されますが、SPAN>タグは改行されずに表示されます。

<h3>style type="text/css"</h3>

<h3>div.left{text-align:reft;}</h3>

<h3>div.center{text-align:center;}</h3>

<h3>div.right{text-align:right;}</h3>

<h3>/style</h3>

<h3></h3>

<div class="reft">●左寄せ</div>

<div class="center">●センタリング</div>

<div class="right">●右寄せ</div>

</body>

</html>

2007.07.14  tateda-yoshio