《Program sheet》
======================================================================
<html>
<head>
<title>line-height</title>
<style>
<!--
p.title{
color:blue;
line-height:10pt;
font-size:18pt;
}

p.number{
text-indent:14pt;
line-height:20pt;
}

p.percent{
text-indent:10%;
line-height:30pt;
}
//-->
</style>
</head>
<body>
<h3>●2−6テキストの書式設定●</h3>
スタイルシートでは、HTML構文より高度な書式設定を行うことが出来ます。
<h3>★行間{line-height:サイズ;}★</h3>
行間(行の上のラインから次の行の上のラインまでの幅)を設定します。
<h3></h3>
<h3><style></h3>
<h3><!--</h3>
<h3>p.title{color:blue;line-height:10pt;font-size:18pt;}</h3>
<h3>p.number{text-indent:14pt;line-height:20pt;}</h3>
<h3>p.percent{text-indent:10%;line-height:30pt;}</h3>
<h3>//--></h3>
<h3></style></h3>
<h3></h3>
<p class="title"><title→>音声メールを送信する<br>****************************</p>
<p class="number"><number→>メールを作成時に、マイクを使って音声(など色々な音)を録音することが出来、
その音声ファイル(WAV)をメールと一緒に送信できる。受け取った音声メールは、
アイコンのダブルクイックするだけで再生できる。</p>
<p class="title"><title→>簡易秘書機能<br>*********************</p>
<p class="percent"><percent→>テンプレートとは、メールのひな型と考えていただきたい。
同じ内容のメールを頻繁に送信するときに大変重宝する機能です。多分。
ビジネスシーンでは手放せない機能になるはずだ。</p>
</body>
</html>

2007.07.26 tateda-yoshio