text-decoration:設定直線的位置
    屬性值:none,underline(下),line-through,overline(上)
    可在文字的上中下畫一直線,預設值:none。

範例:
<style type="text/css">
        .letter2 { text-decoration:underline; }               
</style>

說明: