26-05-2011, 22:19
(Ten post był ostatnio modyfikowany: 26-05-2011, 22:19 przez hieroshima.)
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<style type="text/css">
a{ text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: blue; }
</style>
</head>
<body>
</body>
</html>