Multiple choice technology web technology

Following code create the table having -- rows?

  1. Two Rows and One column

  2. Two columns and One Row

  3. Two Rows and Two columns

  4. One Row and One column

Reveal answer Fill a bubble to check yourself
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.