将鼠标移过去看有什么效果,用鼠标点一下呢?其实很简单,只要将如下代码拷至<head>与</head>之间即可,如果愿意具体细节还可以自己修改。代码如下:
<
style type="text/css"><
--a{font-style:normal;text-decoration:none;font-size:20pt;color:Yellow}
a:hover {font-style:oblique;text-decoration:blink;font-size:25pt;color:#E0ECFE}
a:active {font-style:normal;text-decoration:underline;font-size:23pt;color:Blue}
--
><
/style>