মোট 2 টি উত্তর
Interactive ICT অ্যাপ থেকে "৪.৯ টেবিল তৈরি করা" অংশটি দেখুন।
``` <html> <head> <title><br></title> </head> <body> <table border="1"> <tr> <td>row1, cell1</td> <td>row1, cell2</td> </tr> <tr> <td>row2, cell1</td> <td>row2, cell2</td> </tr> </table> </body> </html> ``` This sample one. You can create many table using `<table>`, `<th>`, `<td>` code..
উত্তর পরিবর্তন করে হালনাগাদ বাটনে ক্লিক করুন।
এটি প্রতিবেদন করতে চান কারন এতে আছে,
আপনি কি নিশ্চিত আপনি এটি মুছতে চান?
...
পাতাটি লোড হতে 0.005 সেকেন্ড সময় লেগেছে
Interactive ICT অ্যাপ থেকে "৪.৯ টেবিল তৈরি করা" অংশটি দেখুন।
```
<html>
<head>
<title><br></title>
</head>
<body>
<table border="1">
<tr>
<td>row1, cell1</td>
<td>row1, cell2</td>
</tr>
<tr>
<td>row2, cell1</td>
<td>row2, cell2</td>
</tr>
</table>
</body>
</html>
```
This sample one. You can create many table using `<table>`, `<th>`, `<td>` code..