Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of removing dotted line around active link</title> <style> a { outline: 0; } </style> </head> <body> <p><a href="https://www.appwang.com/" target="_top">Visit Tutorial Republic</a></p> </body> </html>