* description="The title. "
*/
public void setTitle(String title)
{
AbstractHtmlState tsh = getState();
tsh.registerAttribute(AbstractHtmlState.ATTR_GENERAL, TITLE, title);
}
/******************** the HtmlI18n properties ******************************************/
/**
* Sets the lang attribute for the HTML element.