Prev Demo
Text Decoration
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> a:link { text-decoration:none; } a:hover{ text-decoration:underline; text-decoration-color:red; } </style> </head> <body> <h2 style="color:blue">Text decoration</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