Computer Science, asked by morthriyasr79, 3 months ago

write the procidure to create a2X2 table in HTML?

Answers

Answered by naikbibhuti10
0

Explanation:

Create a 2x2 Table

First open the table:

Open the first row with the tr tag:

Open the first column with the td tag:

Write the contents of the cell.

Close the first cell and open the second: <

Write the contents of the second cell.

Close the second cell and close the row: </

Similar questions