Dear All I am Using the following code to write the table, Now i wish to add subscript text,after the table text ,How can it achieved ?
My code has
oCell = document.createElement("TD");
oCell.innerHTML = data;
oRow.appendChild(oCell);
how to add a subscript text followed by data ?