Лучший ответ
-
1 0
Виртулис (35) 7 (35094)652177 15 лет
zomfg.
<a href="http://irc.lv" style="color: orange">IRC.lv</a>
Ответы
-
0 0
Spectrum (35) 7 (38495)31034 15 лет
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>titlieee</title>
<style type="text/css">
<!--
a:link {
color: #FF9900;
}
-->
</style></head>
<body>
<a href="http://irc.lv/" target="_blank">IRC.LV</a>
</body>
</html>
-
0 0
Dezigo_ 4 (2195)418 15 лет
<html>
<head>
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
</style>
</head>
<body>
<a href="http://irc.lv">irc.lv</a>
</body>
</html>