HTMLAreaElement constructor

HTMLAreaElement()

Creates an HTMLAreaElement using the tag 'area'.

Implementation

HTMLAreaElement() : _ = document.createElement('area');