HTMLElement.address constructor

HTMLElement.address()

Creates an HTMLElement using the tag 'address'.

Implementation

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