Prev Demo
Link With Button
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> a:link, a:visited { background-color: #f44336; color: pink; padding: 14px 20px; text-align: center; text-decoration: none; display: inline-block; } a:hover, a:active { color:black; background-color: green; text-decoration:underline; } </style> </head> <body> <p style="color:blue"><i>Link with button</i></p> <a href="http://www.techfunda.com" target="_blank">TechFunda</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output