HTMLElement.center constructor
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');