- text-decoration-line(注釋文本添加一條裝飾線):none(文本中沒有線條)、
underline(文本的下方顯示一條線)、
overline(文本的上方將顯示一條線)、
line-through(文本的中間將顯示一條線)
- text-decoration-color(裝飾線添加顏色): #000000
- text-decoration-thickness(裝飾線粗細):0.1em;
- text-underline-offset(裝飾線向下移動): 0.6em;
- transition-duration(完成過渡效果需要多少秒):0.5s
- text-decoration-style(裝飾線的形態):solid(單線)、double(雙線)、dotted(點狀線)、dashed(虛線)、wavy(波浪線)