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