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