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