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