```css
text-decoration: none;
display: inline-block;
margin-right: 10px;
a:hover {
text-decoration: underline;
```html
步驟三:查看效果
```css
text-decoration: none;
display: inline-block;
margin-right: 10px;
a:hover {
text-decoration: underline;
```html
步驟三:查看效果