HTML/CSS/Basic Attributes/color — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"color" sets the color of the text
<HTML>
<BODY>
<p>
<font face="Verdana" color="#ff0000">www.wbex.ru</font>
</p>
</BODY>
</HTML>