HTML/CSS/Basic Attributes/style
"style" applies style inline rules to an element
<HTML>
<BODY>
<a href="http://www.wbex.ru"
target="_blank"
style="font-family:verdana;color:green; font-size:14pt;">wbex.ru
</a>
</BODY>
</HTML>
<HTML>
<BODY>
<a href="http://www.wbex.ru"
target="_blank"
style="font-family:verdana;color:green; font-size:14pt;">wbex.ru
</a>
</BODY>
</HTML>