HTMLElement.i constructor

HTMLElement.i()

Creates an HTMLElement using the tag 'i'.

Implementation

HTMLElement.i() : _ = document.createElement('i');