Code
Execute
<!DOCTYPE html> <html> <head> <style> /* unvisited link */ a:link { color: red; } </style> </head> <body> <p> <b> <a href="http://www.wikitechy.com/"target="_blank"> Welcome to Wikitechy website </a> </b> </p> </body> </html>
Result