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