HTML CSS Reference/HTML Attributes Reference/hidefocus

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

"hidefocus" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For hidefocus</Title></head> <BODY> <a hidefocus="true" href="http://www.wbex.ru/">www.wbex.ru</a> </BODY> </HTML>


     </source>
   
  


hidefocus is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> <acronym> | | |<address> <applet> | | |<area> | | | |

| |
<body> |

| |<button> |

| |
|

| |<custom>

| | | <dir> |

| |
|

| |

| | |<embed> <fieldset> | | | <form> | | |<frame> <frameset> |

| |<hn>
|

| | <iframe> | | |<img> <input type="button"> | | |<input type="checkbox"> <inputtype="file"> | | |<input type="hidden"> <input type="image"> | | |<input type="password"> <input type="radio"> | | |<input type="reset"> <input type="submit"> | | |<inputtype="text"> | | |<isindex> | | |<label> <legend> |

| |
  • <listing> | | |<marquee> <menu> | | |<object>
      | | |

                               |
      |                |                                                       |
      |                |                                                     |
      |                |                          <select>                      |
      |                |                                                 |
      |                |                                              |
      |                |                                                    |
      |                |                         <tbody>                       |
      |                |                          |
      |                |                                                       |
      |                |
        | | |<xmp> | +----------------+--------------------------------------------------------------+ </source>

        "hidefocus" Syntax and Note

        <source lang="html4strict"> Note:

        This attribute hides focus. It is a Boolean attribute, taking the values true and false. The default value is false.

        Syntax:

        <element hidefocus="value"> . . . </element>


        </source>

      <textarea> | | |<tfoot> | | |<thead>