What is the tag to start a new table row? column?
The tag to start a new table row is <tr> and <td> is to start a new table column.
Back to Main