Prev Demo
CSS3
>
Links
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> a { color: green; } </style> </head> <body> <h2 style="color:blue">Link with color</h2> <p><b><a href="http://www.techFunda.com">Click this link</a></b></p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output