You can use the "title" attribute to make a roll-over tooltip text thing. For example:
<a href="page.html" title="Click to see this page in detail !!!">Click here</a>
It would give you a link that says "Click here". It links to page.html. When you roll over it, it would show a little box saying "Click to see this page in detail !!!".