Computer Science, asked by suryaghosh123456789, 6 months ago

Write a HTML program to create a table with 5 rows and 6 columns​

Answers

Answered by princemiss66
0

Answer:

<table>

<tr>

<th>Company</th>

<th>Contact</th>

<th>Country</th>

</tr>

<tr>

<td>Alfreds Futterkiste</td>

<td>Maria Anders</td>

<td>Germany</td>

</tr>

<tr>

<td>Centro comercial Moctezuma</td>

<td>Francisco Chang</td>

<td>Mexico</td>

</tr>

</table>

Similar questions