Most browsers will display the <td> element with the following default values.
<style>
td {
display: table-cell;
vertical-align: inherit;
}
</style>
<table>
<tr>
<td>Cell A</td>
<td>Cell B</td>
</tr>
<tr>
<td>Cell C</td>
<td>Cell D</td>
</tr>
</table> Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |