18 lines
367 B
HTML
18 lines
367 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>
|
||
|
<TABLE border="2" summary="table with errant content">
|
||
|
<PRE>
|
||
|
Text of first PRE block
|
||
|
<TR><TD> This is a test cell </td></tr>
|
||
|
More errant table content - this should not be PRE'd
|
||
|
</PRE>
|
||
|
</TABLE>
|
||
|
</BODY>
|
||
|
</HTML>
|