HTML CSS Reference/HTML Attributes Reference/title

Материал из Web эксперт
Версия от 11:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"title" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For title</Title></head> <BODY> <a id="myL"

  title="wbex.ru" 
  href="http://www.wbex.ru/"
  target=_blank>Did you see the tooltips?</a>

</BODY> </HTML>


     </source>
   
  


title is applied to

   <source lang="html4strict">

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

| |
<body> |

| |
<button> |

| |
|

| | | | |<col> <custom> | | |

| | | <dir> |

| |
|

| |

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

| |<hn>
|

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

| |<legend>
  • | | |<link> <listing> | | |<map> <marquee> | | |<menu> <noframes> | | |<object>
      | | |

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

        "title" Syntax and Note

        <source lang="html4strict"> Note:

        This attribute displays a tooltip. If it is left blank, no tooltip is displayed.

        Syntax:

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


        </source>

      |

      | |<textarea> <tfoot> |

      | |
      <thead> | | |