'title' displays a tooltip : title « Tags « HTML / CSS






'title' displays a tooltip

 
    
<HTML>
<BODY>
<a id="myL" 
   title="java2s.com" 
   href="http://www.java2s.com/"
   target=_blank>Did you see the tooltips?</a>
   Move your mouse on to see the tooltips
</BODY>
</HTML>  
    
      
        
  








Related examples in the same category

1.Title tag