Prev Demo
Visited Link
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> a:visited { color:green; } </style> </head> <body> <h2 style="color:blue">Visited link</h2> <p><b><a href="http://www.techFunda.com">Click this link</a></b></p> </body> </body> </html>
Note: We DO NOT save your trial code in our database.
Output