Prev Demo
Hover Link
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> a:hover { background-color: grey; height:30px; width:40px; } </style> </head> <body> <h2 style="color:blue">Place the Hover on the 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