HTMLElement.figcaption constructor
HTMLElement.figcaption()
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');