3.Write a program in html to display a table of 2 rows and 2 columns
Answers
Answered by
0
Answer:
<HTML>
<table rows = 2 column = 2 ></table>
</HTML>
Explanation:
table tag is used to create a table
Similar questions