Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to add one or more rows to an HTML table.
Adding table rows isn’t complicated, but depending on the size of the table, it can be tedious. For each table cell, you have to create a textNode for the value, append the value to a new td element, append the element to a new tr element, and then append the whole thing to the table: