在HTML中实现上划线,中划线和下划线

请参考如下示例:

1. Overline(上划线)
<SPAN style="TEXT-DECORATION: overline">Overline</SPAN>

2. Line-through(中划线)
<SPAN style="TEXT-DECORATION: line-through">Line-through</SPAN>

3. Underline(上划线)
<SPAN style="TEXT-DECORATION: underline">Underline</SPAN>

原文地址:https://www.cnblogs.com/jancco/p/2489029.html