4 Answers
New Answer9/6/2016 6:33:15 PM
Achyut Jahagirdar4 Answers
New AnswerYes, just put more columns. <table> <tr> <td>One</td> <td>Two</td> <td>Three</td> </tr> </table>
yes you can add more than 2 cells. Cells are added using <td> tag and you may add as many of them as you require. structure might be <table> <tr> <td> cell 01 </td> <td> cell 02 </td> <td> cell 03 </td> <td> cell 04 </td> </tr> </table>
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message