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