The collection of homepage delicate techniques

スペースを指定する
※ <P>タグを使って思い通りのスペースを開ける

1、1と2の間は<BR>で普通に改行してあります。
2、2と3の間は上下のスペースを5pxあけてあります。 <P style="margin:5 0 5 0;"></P>

3、4は上下のスペースを5px、左のスペースを10pxあけてあります。

<P style="margin:3 0 3 10;">4、上下のスペースを3px、左のスペースを10pxあける</P>

<SPAN STYLE="background:#fff7c9;FONT-FAMILY:MS P明朝;font-size:14px;">テキストの背景色と書体を指定する</SPAN>

テキストの背景色と書体を指定する

<SPAN STYLE="letter-spacing : 5px">文字の空白を指定する</SPAN>

文字間の空白を指定する

<SPAN STYLE="line-height : 150%">行間を適度にあけます。<BR>%の数値で調整して下さい。</SPAN>

行間を適度にあけます。
%の数値で調整して下さい。

1、The collection of homepage delicate techniques

2、The collection of homepage delicate techniques
3、1と2の間に<P style="margin-top:5px;margin-bottom:0px;"></P>
  とスペースを指定してあります
  2と3の間は<BR>タグを1つ挿入してあります。

1、The collection of homepage delicate techniques
2、The collection of homepage delicate techniques
3、The collection of homepage delicate techniques
すべての行を等間隔に表示させるなら、テーブルタグの中に
<TD style="line-height:15px;">と指定すればOKです。