HTMLElement.aside constructor

HTMLElement.aside()

Creates an HTMLElement using the tag 'aside'.

Implementation

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