Thursday, 13 April 2023
| head 1 | head 2 | head 3 |
|---|---|---|
| row1 col 1 | row1 col 2 | row1 col 3 |
| row2 col 1 | row2 col 2 | row2 col 3 |
| row3 col 1 | row3 col 2 | row3 col 3 |
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
<style>
#simple_table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
background-color: #ffffff;
color:black;
}
#simple_table td, #simple_table th {
text-align: left;
padding: 8px;
border: 1px solid #808080;
}
#simple_table tr > th
{
background: #1b90bb;
color: #ffffff;
}
</style>
<table id='simple_table' >
<tr>
<th>head 1</th>
<th>head 2</th>
<th>head 3</th>
</tr>
<tr>
<td>row1 col 1</td>
<td>row1 col 2</td>
<td>row1 col 3</td>
</tr>
<tr>
<td>row2 col 1</td>
<td>row2 col 2</td>
<td>row2 col 3</td>
</tr>
<tr>
<td>row3 col 1</td>
<td>row3 col 2</td>
<td>row3 col 3</td>
</tr>
</table>
###################
<!-- CSS Code: Place this code in the document's head (between the 'head' tags) -->
<style>
table.GeneratedTable {
width: 100%;
background-color: #ffffff;
border-collapse: collapse;
border-width: 2px;
border-color: #ffcc00;
border-style: solid;
color: #000000;
}
table.GeneratedTable td, table.GeneratedTable th {
border-width: 2px;
border-color: #ffcc00;
border-style: solid;
padding: 3px;
}
table.GeneratedTable thead {
background-color: #ffcc00;
}
</style>
<!-- HTML Code: Place this code in the document's body (between the 'body' tags) where the table should appear -->
<table class="GeneratedTable">
<thead>
<tr>
<th>Header</th>
<th>Header</th>
<th>Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
<tr>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
<tr>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
</tbody>
</table>
<!-- Codes by Quackit.com -->
<tr> <td>TS EAMCET-2023 ENGINEERING(E) RESULTS</td> <td>CLICK HERE</td> </tr> <tr> ...