html property

String? html

Get the inner HTML contents of the first element.

Implementation

String? get html;
void html=(String? value)

Set the inner HTML contents for all elements in this collection.

Implementation

void set html(String? value);