About tag <table></table> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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> ?????

10th Oct 2019, 5:58 PM
Ryuunosuke Akasaka
Ryuunosuke Akasaka - avatar
3 Respostas
+ 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
10th Oct 2019, 6:01 PM
Nico Ruder
Nico Ruder - avatar
+ 2
It's simple table->tr->td
10th Oct 2019, 7:57 PM
AĶ¢J
AĶ¢J - avatar
0
Ths Guy
11th Oct 2019, 3:37 AM
Ryuunosuke Akasaka
Ryuunosuke Akasaka - avatar