Set attributes on the html element
static Component html({Map<String, String>? attributes}) { return Document.html(attributes: attributes); }