How do I form a table? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I form a table?

Whats the whole code for a table?

31st Oct 2016, 11:31 PM
Miroslav Mihok
Miroslav Mihok - avatar
1 Answer
+ 3
<table> -this starts the table <tr> -defines table row <th>HERE goes your table heading</th> <td>the data to be inserted</td> </tr> </table>
1st Nov 2016, 2:04 AM
Mayank Agarwal
Mayank Agarwal - avatar