importance: 5 --- # Improved tooltip behavior Write JavaScript that shows a tooltip over an element with the attribute `data-tooltip`. That's like the task , but here the annotated elements can be nested. The most deeply nested tooltip is shown. For instance: ```html
... Hover over me
``` The result in iframe: [iframe src="solution" height=300 border=1] P.S. Hint: only one tooltip may show up at the same time.