Sets the element's title (tooltip text).
Example:
Button().title('Click to submit')('Submit')
@override Abbr title(String value) { attr('title', StringAttribute(value)); return this; }