+ 1
how to delete the underline in the output?and what's target attribute?delete the attribute,the output is same in this code
<a href="https://m.baidu.com/?from=1020786r" target="_blank"> Baidu </a> #the output is Baidu,but it has an underline
3 Answers
+ 4
ĺ ĺ
Ľcss
a {
text-decoration: none;
}
+ 2
ĺŚćtarget="_blank"ďźéžćĽçć楣ĺ°ĺ¨ä¸ä¸Şć°çé饚ĺĄä¸ćĺźďźćč
ĺ¨(ć§çćľč§ĺ¨)ä¸ćĺźä¸ä¸Şć°çŞĺŁă
+ 1
wow,thxđ¤