title property
The HTMLElement.title
property
represents the title of the element: the text usually displayed in a
'tooltip' popup
when the mouse is over the node.
Implementation
external String get title;
Implementation
external set title(String value);