HTMLImageElement constructor

HTMLImageElement()

Creates an HTMLImageElement using the tag 'img'.

Implementation

HTMLImageElement() : _ = document.createElement('img');