HTMLElement.figcaption constructor

HTMLElement.figcaption()

Creates an HTMLElement using the tag 'figcaption'.

Implementation

HTMLElement.figcaption() : _ = document.createElement('figcaption');