tidy-html5/test/input/in_1316258.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

32 lines
667 B
HTML
Executable file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><title>1316258</title></HEAD>
<BODY>
<P>
This is text that should appear BEFORE the table.
</P>
<CENTER>
<TABLE CELLSPACING="0" BORDER="1" CELLPADDING="2" WIDTH="662" summary="">
<TR>
<TD>Row 1 - Col 1</TD>
</CENTER>
<TD>Row 1 - Col 2</TD>
<TD>Row 1 - Col 3</TD>
<TD>Row 1 - Col 4</TD>
<TD>Row 1 - Col 5</TD>
</TR>
<TR>
<TD>Row 2 - Col 1</TD>
<TD>Row 2 - Col 2</TD>
<TD>Row 2 - Col 3</TD>
<TD>Row 2 - Col 4</TD>
<TD>Row 2 - Col 5</TD>
</TR>
</TABLE>
</CENTER>
<P>
This is text that should appear AFTER the table.
</P>
</BODY>
</HTML>