HTMLElement.samp constructor

HTMLElement.samp()

Creates an HTMLElement using the tag 'samp'.

Implementation

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