HTML/CSS/Basic Attributes/link

Материал из Web эксперт
Перейти к: навигация, поиск

"link" sets the color of all links in an HTML document

   <source lang="html4strict">
   

<HTML> <body link="#ff0000" bgcolor="#EEEEEE" text="#000000"> <a href="http://www.wbex.ru">www.wbex.ru</a> </body> </HTML>


     </source>