HTMLElement.main constructor

HTMLElement.main()

Creates an HTMLElement using the tag 'main'.

Implementation

HTMLElement.main() : _ = document.createElement('main');