HTML/CSS/Basic Tags/title

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

"title" displays a tooltip

   <source lang="html4strict">
   

<HTML> <BODY> <a id="myL"

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

</BODY> </HTML>


     </source>