HTMLLIElement constructor

HTMLLIElement()

Creates an HTMLLIElement using the tag 'li'.

Implementation

HTMLLIElement() : _ = document.createElement('li');