'active' Example
|
|
<html> <head> <style> a:active { font-weight:bold; color:red } </style> </head> <body> <p>Press tab key to bring the link into focus.</p> <a href="http://www.navioo.com" target="_blank">navioo.com Home Page link</a> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
|