不可以,但是您可以使用
border-bottom: 1px solid #000和
padding-bottom: 3px。
如果要使用与“下划线”相同的颜色(在我的示例中为边框),则只需省略颜色声明,即
border-bottom-width: 1px和
border-bottom-style: solid。
对于多行,可以将多行文本包装在元素内的跨度中。例如,
<a href="#"><span>insert multiline textshere</span></a>然后添加
border-bottom并
padding在
<span>-



