Prev Demo
Link Border
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> a:link, a:visited { background-color: white; color: black; border: 5px dotted green; padding: 10px 20px; display: inline-block; } a:hover { background-color: darkmagenta; color: yellow; } </style> </head> <body> <p><i>Place mouse on the link to get the border</i></p> <a href="http://www.techfunda.com" target="_blank">TechFunda</a> </body> </body> </html>
Note: We DO NOT save your trial code in our database.
Output