HTMLElement.center constructor

HTMLElement.center()

Creates an HTMLElement using the tag 'center'.

Implementation

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