body property
The Document.body property represents the
body or frameset node of the current document, or
null if no such element exists.
Implementation
external HTMLElement? get body;
Implementation
external set body(HTMLElement? value);
The Document.body property represents the
body or frameset node of the current document, or
null if no such element exists.
external HTMLElement? get body;
external set body(HTMLElement? value);