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