デフォルト
上線
下線
取消線
点滅

<style type="text/css">
<!--
.def{text-decoration:none;}
.ov{text-decoration:overline;}
.un{text-decoration:underline;}
.lin{text-decoration:line-through;}
.bl{text-decoration:blink;}
-->
</style>

<span class="def">デフォルト</span>
<span class="ov">上線</span>
<span class="un">下線</span>
<span class="lin">取消線</span>
<span class="bl">点滅</span>