back
Code
CSS
HTML
Web

<table id="table362">
<tr>
<td> Lorem </td>
<td> Ipsum Dolor Sit</td>
</tr>
</table>
In the table above the second cell is bigger, because its content is bigger.
<br><br>
In the table below, content is not taken into account when the browser creates it.
<table id="table363">
<tr>
<td> Lorem </td>
<td> Ipsum Dolor Sit</td>
</tr>
</table>