blob: 0a4b9048afaeb59cd6e72df279758bed5bf00c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<body>
<div style="direction: rtl;">
<table>
<tr>
<td colspan="3">A</td>
</tr>
<tr style="visibility: collapse;">
<td>B</td>
</tr>
</table>
</div>
</body>
</html>
|