write a procedure to create 2 x 2 table in HTML
Answers
Answered by
8
Answer:
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: </
hope it helps you
BTS FOREVER
Similar questions