19 lines
365 B
HTML
19 lines
365 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>1590220 - Example 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<pre>
|
||
|
Text of first PRE block
|
||
|
</pre>
|
||
|
More errant table content - this should not be PRE'd
|
||
|
<table border="2" summary="table with errant content">
|
||
|
<tr>
|
||
|
<td>This is a test cell</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|