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