blob: 25ea8f16ee81e3777e83497fa044701c77699b91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body>
<table style="border-collapse: collapse">
<tr style="display: block; border: 5px solid">
<td>LongLongLong</td>
</tr>
<tr style="border: 5px solid" id="t">
<td>Short</td>
</tr>
</table>
</body>
</html>
|