```css
text-decoration: underline;
需要注意的是,CSS下劃線的語法是`text-decoration: underline`,而不是`decoration: underline`。這是因為下劃線是一個屬性而不是一個狀態(tài)。
```html
<span class="underline">to read more</span>
```html
<title>Read more</title>
<span class="underline">to read more</span>
上一篇全屏左右切換動畫css
下一篇hspace css