Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
a[target]
{
text-decoration
:
none
;
}
<
/style
>
<
/head
>
<
body
>
<
a
href
="http://www.wikitechy.com"
target
="_blank"
>
Click wikitechy
<
/a
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> a[target] { text-decoration: none; } </style> </head> <body> <a href="http://www.wikitechy.com" target="_blank"> Click wikitechy </a> </body> </html>
Result