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

32 lines
711 B
HTML
Executable file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><TITLE>1316307</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>
<TD>Row 1 - Col 2</TD>
<CENTER>
<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. HTML Tidy output however shows it BEFORE the table.
</P>
</BODY>
</HTML>