+ 1
About tag <table></table>
Can I use <td> first then use < tr> like this: <table> <td> <tr>....</tr> <tr>....</tr> </td> <td> ..... </td> I have try this but it's dont work.... Must I use <tr> first then use <td> ?????
3 ответов
+ 2
Yes because first you make the rows then the columns
for more discription look on w3schools. there you can find everything about html js and much more
+ 2
It's simple table->tr->td
0
Ths Guy