Advertisements
Advertisements
प्रश्न
Write HTML code to display the following output:
| Library Books | ||
| Section | Reference | Text Book |
| 2000 | 4000 | |
कोड लेखन
Advertisements
उत्तर
<html>
<body>
<table border="1" width="50%">
<tr>
<td> </td>
<td align="center" colspan="2"> Library Books </td>
</tr>
<tr>
<td align="center"> Section </td>
<td align="center"> Reference </td>
<td align="center"> Text Book </td>
</tr>
<tr>
<td align="center"> </td>
<td align="center"> 2000 </td>
<td align="center"> 4000 </td>
</tr>
</table>
</body>
</html>shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
