HTMLBodyElement constructor
HTMLBodyElement()
Creates an HTMLBodyElement using the tag 'body'.
Implementation
HTMLBodyElement() : _ = document.createElement('body');
Creates an HTMLBodyElement using the tag 'body'.
HTMLBodyElement() : _ = document.createElement('body');