HTMLParamElement constructor

HTMLParamElement()

Creates an HTMLParamElement using the tag 'param'.

Implementation

HTMLParamElement() : _ = document.createElement('param');