Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <style type="text/css"> a {font-family:Georgia, "Times New Roman", Times, serif;font-size:large;cursor: auto} a:link {color:blue;} a:visited {color: #660066;} a:hover {text-decoration: none; color: #ff9900; font-weight:bold;} a:active {color: #ff0000;text-decoration: none} </style> </head> <body> <p><a href="/css/css_hyperlinks.cfm" target="_blank">CSS Hyperlinks</a></p> </body> </html>
Preview