TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> a:link { background-color: lightblue; } </style> </head> <body> <a href="https://example.com">Unvisited link with background</a> </body> </html>