<!DOCTYPE HTML> <html> <head> <style> span { color: rgb(128, 0, 128); } </style> </head> <body> <span>Visited Link</span> </body> </html>