HTMLElement.figure constructor

HTMLElement.figure()

Creates an HTMLElement using the tag 'figure'.

Implementation

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