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