+ 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š¤