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