CBSE Class 10 Computer Applications Question 54 of 125

HTML II — Images, Links and Tables — Question 4

Back to all questions
4
Question

Question 4

Demonstration of rowspan.

<HTML>
<BODY>
<TABLE BORDER>
<TR>
<TD ROWSPAN=2>Item 1</TD>
<TD>Item 2</TD> <TD>Item 3</TD> 
<TD>Item 4</TD>
</TR>
<TR>
<TD>Item 5</TD> <TD>Item 6</TD> 
<TD>Item 7</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Answer
Output
Demonstration of rowspan. Practical Assessment. HTML Images, Links & Tables, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.