编辑下面的代码:【加编码】
<html> <head> <style> a:link {color:green;} a:visited {color:green;} a:hover {color:red;} a:active {color:yellow;} </style> </head> <body> <p>Mouse over and click the link: <a href="/">ziqiangxuetang.com</a></p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂