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