Following code create the table having -- rows?
-
Two Rows and One column
-
Two columns and One Row
-
Two Rows and Two columns
-
One Row and One column
A
Correct answer
Explanation
Each tag in HTML creates one table row. The code shows two tags, which means two rows are created. Since each row contains only one (table data) cell, the table has one column.