HTMLTableCaptionElement constructor

HTMLTableCaptionElement()

Creates an HTMLTableCaptionElement using the tag 'caption'.

Implementation

HTMLTableCaptionElement() : _ = document.createElement('caption');