Computer Science, asked by rameswaryray, 11 months ago

Write the code to create a simple 3x3 table containing names of fruits.​

Answers

Answered by sivaleeba10
0

Answer:

qweertysuusuc and I will send you a few years

Answered by mariospartan
1

Explanation:

I am writing following code in HTML

<HTML>

<HEAD></HEAD>

<BODY>

<TR>

<TD>Apple</TD>

<TD>Mango</TD>

<TD>Grapes</TD>

</TR>

<TR>

<TD>Orange</TD>

<TD>Papaya</TD>

<TD>Butter fruit</TD>

</TR>

<TR>

<TD>Fig</TD>

<TD>Banana</TD>

<TD>Lime</TD>

</TR>

</BODY>

</HTML>

Here since we have create 3 rows, we have 3 pair of <TR> where <TR> stands for Table row. We need 3 column in every row. So, <TD> that is table data is used to create data to the table. So it appears thrice for every row.

We provide fruits name inside the cell. This is given within <TD> tag.

To Know more:

1. https://brainly.in/question/1906180

What is a table and what is its significance in HTML??

2. https://brainly.in/question/5095305

Write coding in html to create a table as shown ......

Similar questions