Community

Creating HTML Tables with JavaScript/DOM Methods

(Gerd Wagner) The proper way of creating an HTML table with JavaScript and inserting it into the HTML body element is using the DOM methods insertRow and insertCell.

Read More - Register for Free Membership