HTML/CSS/Basic Attributes/hidefocus

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

"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>