Here i present HTML Code for above Merge table as below.
<html> <head><title></title></head> <body> <table border="1" width="50%"> <tr align="center"> <th rowspan="2">City</th> <th colspan="2">Population</th> </tr> <tr align="center"> <th>Male</th> <th>Female</th> </tr> <tr> <td>Banepa</td> <td>55000</td> <td>58000</td> <t/r> <tr> <td>Kathmandu</td> <td>105700</td> <td>108900</td> </tr> <tr> <td>Bhaktapur</td> <td>33000</td> <td>29500</td> </tr> </table> </body> </html>
In Practical Exam of Computer Operator, from HTML one question is asked of 3 marks.
ReplyDelete