innerHtml isn't inserting the text I need in my table header
I am trying to add text to a header using JavaScript. I can add the elements for a table header, table row, and table data using the following code. But I can’t seem to get innerHtml to work for inserting text into the table data element. I am not much of a JavaScript kind of… Read More innerHtml isn't inserting the text I need in my table header