HTML: 学习网页编程的好去处

HTML: 学习网页编程的好去处
http://www.echoecho.com/csslinks.htm.
Example: Background colored links
<style type="text/css">
A:link {background: #FFCC00; text-decoration: none}
A:visited {background: #FFCC00; text-decoration: none}
A:active {background: #FFCC00; text-decoration: none}
A:hover {background: #FFCC00; font-weight:bold; color: red;}
</style>


The link from the above example would look like this:

LOOK HERE TO SEE

你可能感兴趣的:(HTML: 学习网页编程的好去处)