I'm a HTML rookie and I'd appreciate your assistance.
On a given table that I made in HTML, I'd like to set some tooltip messages on certain cells.
a) Is that possible? If so - how to?
b) Does it mean I must use a web server or java script? My mission is to display a HTML page on a browser but there's no web server and I can't install a web server. All displayed data are in the file itself and I'd like to keep it simple.
Thank you