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