[HTML/CSS]テキストに下線/アンダーラインを付ける方法

以下のCSSでp要素に下線/アンダーラインが付きます。
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
p {
text-decoration:underline;
}
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑

 

[参考]
http://www.htmq.com/style/text-decoration.shtml