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