I have a Javascript array that contains a string which is in the format <td>200</td><td>I3</td><td>NAME NAME</td><td>EXTRA</td>
Example Array[0] contains <td>200</td><td>I3</td><td>NAME NAME</td><td>EXTRA</td>
which is a string (and so on)
How do I print a html table while iterating through the array?