HTMLTableCellElement.td constructor

HTMLTableCellElement.td()

Creates an HTMLTableCellElement using the tag 'td'.

Implementation

HTMLTableCellElement.td() : _ = document.createElement('td');