hover text box code example
Example: html mouse over text
//When you hover over the word "hello" the text "goodbye" will appear
in a small box
<a href="./####" title = "goodbye" >hello</a>
//When you hover over the word "hello" the text "goodbye" will appear
in a small box
<a href="./####" title = "goodbye" >hello</a>