Page 120 - COMPUTER
P. 120
TABLE 5
<Html>
<Head>
<Title>Table 5</Title>
</Head>
<Body>
<Table Border="10" Cellspacing="8" Cellpadding="8" Width="100" Height="100"
Align="Center">
<Tr>
<Th>S.No.</Th>
<Th>Name</Th>
<Th>Roll No.</Th>
<Th Rowspan="6">Rajan</Th>
<Th>Address</Th>
<Th>Contact No.</Th>
<Th>Pincode</Th>
</Tr>
<Td>1</Td>
<Td>Vishal</Td>
<Td>01</Td>
<Td>Begampur</Td>
<Td>9718433488</Td>
<Td>110017</Td>
</Tr>
<Tr>
<Td>2</Td>
<Td>Kunal</Td>
<Td>02</Td>
<Td>Jahangirpuri</Td>
<Td>Xxx9xxxx8xx</Td>
<Td>110033</Td>
</Tr>
<Tr>
<Td>3</Td>
<Td>Ram</Td>
<Td>03</Td>
<Td>Malviya Nagar</Td>
<Td>9873023156</Td>
<Td>110017</Td>
119