He says; ''When you point the mouse over the word this is underline, its displays a small box text box (like information, etc)''
I believe what he is asking is the ''alt'' function within the <img src> anchor.
If you had this;
<a href=''web-page.html''><img src=''image.jpg'' alt=''click here!''></a>,
then a mouse over of the image would produce a popup box saying, ''click here''.
But I don't know of a way to do this with a simple <a> link, eg;
<a href=''web-page.html alt=''Click the link''>Click here</a>
would not produce a popup when the mouse hovers over the link. The mouse would just hover over an underlined link called ''Click here''.
Mark