Answers for "Java table example"

-1

Java table example

<table>
<thead>
  <tr>
    <th colspan="3">Test Result</th>
    <th rowspan="4"><img src="dcc.jpg" alt="dcc.jpg" width="300" height="200"></th>
  </tr>
  <tr>
    <td>Roll</td>
    <td>Name</td>
    <td>Result</td>
  </tr>
  <tr>
    <td>101</td>
    <td>Shimu</td>
    <td>A+</td>
  </tr>
  <tr>
    <td>102</td>
    <td>Nupur</td>
    <td>A-</td>
  </tr>
</thead>
</table>
Posted by: Guest on July-10-2021

Browse Popular Code Answers by Language