What is the tag to start a new table row? column?
To start a new table row you use < tr> and to start a new table column you use < td>
Back to Main