Code
Execute
<!DOCTYPE html> <html> <head> <style> a[target=_blank] { font-size:40px; } </style> </head> <body> <a href="http://www.wikitechy.com" target="_blank"> Click Wikitechy </a> </body> </html>
Result