HTMLElement.big constructor

HTMLElement.big()

Creates an HTMLElement using the tag 'big'.

Implementation

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