Element html(String html, {String parent = 'div', Map<String, String> attributes = const {}}) { return _html(parent, html, attributes); }