HTML/CSS/Basic Attributes/hidefocus
"hidefocus" hides focus
<HTML>
<BODY>
<a hidefocus="true" href="http://www.wbex.ru/">www.wbex.ru</a>
<a href="http://www.wbex.ru/">www.wbex.ru with focus</a>
</BODY>
</HTML>
<HTML>
<BODY>
<a hidefocus="true" href="http://www.wbex.ru/">www.wbex.ru</a>
<a href="http://www.wbex.ru/">www.wbex.ru with focus</a>
</BODY>
</HTML>