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