English

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

Advertisements
Advertisements

Question

Write HTML code to display the following output:

  Library Books
Section Reference Text Book
  2000 4000
Code Writing
Advertisements

Solution

<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
  Is there an error in this question or solution?
2023-2024 (July) Official Board Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×