How to create table of 3 rows and 3columns in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create table of 3 rows and 3columns in HTML

i want its code.

10th Jul 2017, 1:24 AM
mahesh naandade
mahesh naandade - avatar
2 Answers
+ 7
<table border = "2"> <tr> <td></td> <td></td> <td></td> </tr> <!-- Continue doing this for two more times within table tag --> </table>
10th Jul 2017, 2:03 AM
Hatsy Rei
Hatsy Rei - avatar
- 2
thank you hatsy rey
10th Jul 2017, 2:04 AM
mahesh naandade
mahesh naandade - avatar