第358天 给一个元素加下划线的方法有哪些?
我也要出题
<u></u>
boder-bottom
text-decoration: underline;
.target { position: relative; } .underline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: black; }
Most helpful comment
<u></u>标签boder-bottomtext-decoration: underline;