Computer Science, asked by intelligenttiger175, 9 months ago

3.Write a program in html to display a table of 2 rows and 2 columns​

Answers

Answered by abhi6061
0

Answer:

<HTML>

<table rows = 2 column = 2 ></table>

</HTML>

Explanation:

table tag is used to create a table

Similar questions