NICE FAQ Script

PHP FAQ / Knowledgebase / Articles Script

  
Article Related Options
FAQ Home Refer To a Friend Add your comments Print this Article Post Query
Link titles

The title attribute may be set for both A and LINK to add information about the nature of a link. This information may be spoken by a user agent, rendered as a tool tip, cause a change in cursor image, etc.

Thus, we may augment a previous example by supplying a title for each link:

<BODY>
...some text...
<P>You'll find a lot more in <A href="chapter2.html"
       title="Go to chapter two">chapter two</A>.
<A href="./chapter2.html"
       title="Get chapter two.">chapter two</A>. 
See also this <A href="../images/forest.gif"
       title="GIF image of enchanted forest">map of
the enchanted forest.</A>
</BODY>
 
 User Comments
   
There are no comments posted for this article. Click here to become first one to post a comment.
 
 
Additional Info
 
 
 Article # 635
 Posted on 19-11-2008
 Viewed 232 times
 
Save as HTML Save as HTML
Add as Favorites Add as Favorites
Notify on Update Notify on Update
 
 Attachments
 
 None
 
 
 Did this help you?
Yes 
No 
 
 
 Related Articles
 
 None
 
 
SHARE IT: