HTMLDivElement constructor

HTMLDivElement()

Creates an HTMLDivElement using the tag 'div'.

Implementation

HTMLDivElement() : _ = document.createElement('div');