HTMLBodyElement constructor

HTMLBodyElement()

Creates an HTMLBodyElement using the tag 'body'.

Implementation

HTMLBodyElement() : _ = document.createElement('body');