HTMLElement.bdo constructor

HTMLElement.bdo()

Creates an HTMLElement using the tag 'bdo'.

Implementation

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