Skip to main content

TABLE (NORMAL)

<b><a href="https://starsuccessgoal.blogspot.com/?m=1">HOME</a>&nbsp;|| <a href="https://starsuccessgoal.blogspot.com/2021/05/updates.html">UPDATE</a>&nbsp;|| <a href="https://starsuccessgoal.blogspot.com/2021/05/registration.html">REGISTRATION</a></b><hr><div>You'll get latest government as well as private job notifications here.&nbsp;</div><br>
<!-- CSS Code: Place this code in the document's head (between the <head> -- </head> tags) -->
<style>
table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: separate;
  border-width: 2px;
  border-color: #7EA8F8;
  border-style: solid;
  color: #000000;
}

table.customTable td, table.customTable th {
  border-width: 2px;
  border-color: #7EA8F8;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #056789;
}
</style>

<!-- HTML Code: Place this code in the document's body (between the <body> tags) where the table should appear -->
<table class="customTable">
  <thead>
    <tr>
      <th width="6%"><font color="white">SN</font></th>
      <th><font color="white">JOB DETAILS</font></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>01.</td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
    </tr>
  </tbody>
</table>

OUTPUT