Can someone tell me what\'s wrong with this code? I want to create a table with 2 columns and 3 rows, and in the cells I want Text1 and Text2 on every row. This code creates
when you say 'appendchild' you actually move your child from one parent to another. you have to create a node for each cell.