Html code for designig table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Html code for designig table

table

9th Jul 2017, 2:24 AM
fritha nivas
fritha nivas - avatar
7 Answers
+ 2
<table> <tr><td>What do you mean?</td></tr> </table>
9th Jul 2017, 2:39 AM
Andrés04_ve
Andrés04_ve - avatar
0
row and column
9th Jul 2017, 2:44 AM
fritha nivas
fritha nivas - avatar
0
I need to create different table desinging using HTML code
9th Jul 2017, 2:44 AM
fritha nivas
fritha nivas - avatar
0
Basic table tags are: <table> creates the table <tr> creates a new row <td> creates a column in the row </td> </tr> </table>
9th Jul 2017, 2:46 AM
Andrés04_ve
Andrés04_ve - avatar
0
I'm making a code that uses tables, when I finish it I'll share it here to see what tables can do ^^
9th Jul 2017, 2:48 AM
Andrés04_ve
Andrés04_ve - avatar
0
I need only using HTML code for designing table
9th Jul 2017, 3:09 AM
fritha nivas
fritha nivas - avatar