Computer Science, asked by siddhijain09875, 7 months ago

please tell me Q 14 both parts​

Attachments:

Answers

Answered by anishasa
2

Answer:

<html>

<style>

table,tr,td{

   border:1px solid black;

border-collapse: collapse;

}

</style>

<table style="width:50%">

<tr>

<td colspan="2">Fruits</td>

<td colspan="2">Vegetables</td>

</tr>

<td>Apple</td>

<td>Banana</td>

<td>Brinjal</td>

<td>Tomato</td>

</table>

</html>

Similar questions