0
why did we put <td> <br/> <td>, i don't get it
3 Answers
0
Hi maybe you want to use two lines of data inside the same cell. I can't see other reason.
0
the tag <td> is used to put the table datas
the tag<\br> is used to break the line and output is in next line
- 2
thnx