The current document title.
String get title => web.document.title;
set title(String value) { web.document.title = value; }