CSS line-height 屬性語法介紹
line-height: 行高數字與單位;
其中的"行高數字與單位"是網頁設計師可以自己決定的,使用數字加單位,例如 25px 意思是每行高為 25 像素。調整 DIV 區塊內的文字行高範例
<div style="line-height:15px;border:2px #ccc solid;padding:5px;">
這個 DIV 區塊的文字行高設定為 15px<br>
這個 DIV 區塊的文字行高設定為 15px<br>
這個 DIV 區塊的文字行高設定為 15px
</div>
<div style="line-height:25px;border:2px #ccc solid;padding:5px;">
這個 DIV 區塊的文字行高設定為 25px<br>
這個 DIV 區塊的文字行高設定為 25px<br>
這個 DIV 區塊的文字行高設定為 25px
</div>
範例的實際效果這個 DIV 區塊的文字行高設定為 15px<br>
這個 DIV 區塊的文字行高設定為 15px<br>
這個 DIV 區塊的文字行高設定為 15px
</div>
<div style="line-height:25px;border:2px #ccc solid;padding:5px;">
這個 DIV 區塊的文字行高設定為 25px<br>
這個 DIV 區塊的文字行高設定為 25px<br>
這個 DIV 區塊的文字行高設定為 25px
</div>
這個 DIV 區塊的文字行高設定為 15px
這個 DIV 區塊的文字行高設定為 15px
這個 DIV 區塊的文字行高設定為 15px
這個 DIV 區塊的文字行高設定為 15px
這個 DIV 區塊的文字行高設定為 15px
這個 DIV 區塊的文字行高設定為 25px
這個 DIV 區塊的文字行高設定為 25px
這個 DIV 區塊的文字行高設定為 25px
我們在範例中準備了兩個不同行高的 DIV 區塊,第一個 DIV 區塊的文字行高是 15px,第二個 DIV 區塊的文字行高則為 25px,兩者在視覺效果上就有很明顯的差異,網頁設計師可以多多利用 line-height 屬性的效果來調整網頁內的文字行高呈現。這個 DIV 區塊的文字行高設定為 25px
這個 DIV 區塊的文字行高設定為 25px
延伸閱讀