blob: ccf1edbfa7115b5eeeb4ce9fb901fd7dc0a7adc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head><title>cell with no row</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body>
<table>
<td>cell
</table>
</body>
</html>
|