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