14 lines
257 B
HTML
14 lines
257 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[ #431964 ] table height="" not flagged as error</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table height = "" summary = "this is a test">
|
||
|
<tr>
|
||
|
<td>A cell.</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|