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