Most browsers will display the <td>
element with the following default values.
Example:
HTML
<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 |