- 使用
<u></u>
标签 - 给元素添加
boder-bottom
- 文字样式
text-decoration: underline;
- 使用伪类或者子元素做绝对定位
.target { position: relative;}.underline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: black;}
<u></u>标签
boder-bottom
text-decoration: underline;
.target { position: relative;}.underline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: black;}