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