+ 1
Html code for designig table
table
9 odpowiedzi
+ 2
<table>
<tr><td>What do you mean?</td></tr>
</table>
0
row and column
0
I need to create different table desinging using HTML code
0
Basic table tags are:
<table> creates the table
<tr> creates a new row
<td> creates a column in the row
</td>
</tr>
</table>
0
I'm making a code that uses tables, when I finish it I'll share it here to see what tables can do ^^
0
I need only using HTML code for designing table