blob: 00a19566e942a98954904117e7da32f619ee7b84 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
table {
border: 1px solid blue;
width: 200px;
height: 100px;
}
</style>
</head>
<body>
<table>
<tr>
<td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
<td width="50%" style=" border: 1px solid red;"></td>
</tr>
</table>
</br>
<table>
<tr>
<td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
<td width="50%" style=" border: 1px solid red;"></td>
</tr>
</table>
</body>
</html>