'title' Example : title « HTML Attributes Reference « HTML CSS Reference






'title' Example

    
<HTML>
<head><Title>Example For title</Title></head>
<BODY>
<a id="myL" 
   title="java2s.com" 
   href="http://www.java2s.com/"
   target=_blank>Did you see the tooltips?</a>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'title' Syntax and Note
2.title is applied to