HTMLElement.dd constructor

HTMLElement.dd()

Creates an HTMLElement using the tag 'dd'.

Implementation

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