HTML/CSS/Basic Attributes/style

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

"style" applies style inline rules to an element

   <source lang="html4strict">
   

<HTML> <BODY> <a href="http://www.wbex.ru"

  target="_blank" 
  style="font-family:verdana;color:green; font-size:14pt;">wbex.ru

</a> </BODY> </HTML>


     </source>