हिंदी

Write HTML code to display the following output: Section Library Books Reference 2000 Text Book 4000 - Computer Science 1

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (July) Official Board Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×