in Web Technologies edited by
4,620 views
2 votes
2 votes

Consider a HTML table definition given below:

<table border =1>
    <tr> <td rowspan=2> ab </td>
         <td colspan=2> cd </td>
    </tr>
    <tr> <td> ef </td>
         <td rowspan=2> gh </td>
    </tr>
    <tr> <td colspan=2> ik </td>
    </tr>
</table>

The number of rows in each column and the number of columns in each row are:

  1. $\left\langle 2, 2, 3 \right\rangle \text{ and } \left\langle 2, 3, 2 \right\rangle$

  2. $\langle 2, 2, 3 \rangle \text{ and } \langle 2, 2, 3 \rangle$

  3. $\langle 2, 3, 2 \rangle \text{ and } \langle 2, 3, 2 \rangle$

  4. $\langle 2, 3, 2 \rangle \text{ and } \langle 2, 2, 3 \rangle$

in Web Technologies edited by
4.6k views

2 Answers

6 votes
6 votes
Best answer

The table description is for the below table:

   
   
 

So, answer will be (2,3,2) and (2,3,2)

selected by
by

1 comment

0
0
2 votes
2 votes

Image Of HTML code output This is how the output would look like. 

Ans is C.

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true