W3School TIY
脚 本 学 堂 www.jbxue.com
编辑您的代码:
<html> <head> <style type="text/css"> a:link, a:visited { border-style: solid; border-width: 5px; border-color: transparent; } a:hover {border-color: gray;} </style> </head> <body> <a href="#">AAA</a> <a href="#">BBB</a> <a href="#">CCC</a> </body> </html>
查看结果: