OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_1331849.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>1331849</TITLE>
5 </HEAD>
6 <BODY>
7 Text BEFORE [implied] table
8
9 <TR>
10 <TD>
11 Implied table cell.
12 </TD>
13 <TD>
14 Implied because there is no opening table tag - just an opening table row tag.
15 </TD>
16 </TR>
17 <TR>
18 <TD WIDTH="2%" VALIGN="TOP">
19 2nd Row of implied table
20 </TD>
21 <TD>
22 More text
23 </TD>
24 </TR>
25 </table>
26
27 Text AFTER [implied] table but BEFORE the correctly specified table
28
29 <TABLE BORDER="1">
30 <TR>
31 <TD>
32         Row 1 - Cell 1
33 </TD>
34 <TD>
35         Row 1 - Cell 2
36 </TD>
37 </TR>
38 <TR>
39 <TD>
40         Row 2 - Cell 1
41 </TD>
42 <TD>
43         Row 2 - Cell 2
44 </TD>
45 </TR>
46 </TABLE>
47
48 Text that appears AFTER table the end!
49
50 </BODY>
51 </HTML>