当前位置:首页>>网页设计>>CSS教程>>正文

用CSS样式表来定义博客上的链接样式

文章出处: 作者: 发布时间:2006-11-10 收藏到QQ书签
<style type="text/css">
A { text-decoration: NONE; color:#51bfe0}
A:hover {font-weight: bold;color:#990099}
<style>
Google