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