line-height(ラインヘイト)について
行の高さを設定するプロパティです。

line-heightのブラウザ表示例
- ■CSS記述
-
.sample1 { line-height:30px; } - ■XHTML記述
<p class="sample1">サンプル<br />
サンプル<br />
サンプル</p>
サンプル
サンプル
サンプル
line-height(ラインヘイト)の設定方法
line-height : (値);
line-height(ラインヘイト)の値
mm , cm , in , pt , pc , em , ex , px , %
