Prev Demo
Link With Fontsize
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> a:link{ color:green; } a:hover{ font-size:50px; } </style> </head> <body> <p>Place the Hover to change the link fontsize</p> <a href="http://www.techfunda.com">Techfunda</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output