]> iEval git - html-element-library.git/blob - t/html/table2_code.html
first commit
[html-element-library.git] / t / html / table2_code.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Complex HTML Table</title>
5 </head>
6
7 <body style="font-family: Arial, Helvetica, sans-serif" >
8 <h1>Complex HTML Table</h1>
9
10 <P>
11 This table comes from
12 <a
13 href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.5">
14 the w3 spec on tables
15 </a>. I am using it to try out the <code>table2()</code> API call
16 that is part of the new release of
17 <a
18 href=http://search.cpan.org/search?query=Element%3A%3ALibrary&mode=all>
19 <code>HTML::Element::Library</code>
20 </a>.
21 </p>
22
23
24 <P>
25
26 <TABLE
27 id="tableID" border="2" frame="hsides" rules="groups"
28 class="klazzy">
29 <CAPTION>CODE-PAGE SUPPORT IN MICROSOFT WINDOWS</CAPTION>
30 <COLGROUP align="center">
31 <COLGROUP align="left">
32 <COLGROUP align="center" span="2">
33 <COLGROUP align="center" span="3">
34 <THEAD valign="top">
35 <TR>
36 <TH>Code-Page<BR>ID
37 <TH>Name
38 <TH>ACP
39 <TH>OEMCP
40 <TH>Windows<BR>NT 3.1
41 <TH>Windows<BR>NT 3.51
42 <TH>Windows<BR>95
43 </th>
44 </tr>
45 <TBODY>
46 <TR>
47 <TD>1200<TD>Sample Row of 4dig data</td><TD><TD><TD>X<TD>X<TD>*
48 </td>
49 </tr>
50 </tbody>
51 <TBODY>
52 <TR><TD>437<TD>Sample Row of 3dig data<TD><TD>X<TD>X<TD>X<TD>X
53 </tr>
54 </tbody>
55
56 </TABLE>
57
58
59
60
61 <hr>
62 <address><a href="mailto:metaperl@gmail.com">metaperl</a></address>
63 <!-- Created: Fri Nov 25 08:48:48 PST 2005 -->
64 <!-- hhmts start -->
65 Last modified: Fri Nov 25 17:35:17 PST 2005
66 <!-- hhmts end -->
67 </body>
68 </html>
This page took 0.020801 seconds and 4 git commands to generate.