]> iEval git - html-element-library.git/blob - t/html/table2-table_ld-coderef.html
first commit
[html-element-library.git] / t / html / table2-table_ld-coderef.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 border="2" frame="hsides" rules="groups"
27 summary="Code page support in different versions
28 of MS Windows.">
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><TD>1200<TD>Unicode (BMP of ISO/IEC-10646)<TD><TD><TD>X<TD>X<TD>*
47 <TR><TD>1250<TD>Windows 3.1 Eastern European<TD>X<TD><TD>X<TD>X<TD>X
48 <TR><TD>1251<TD>Windows 3.1 Cyrillic<TD>X<TD><TD>X<TD>X<TD>X
49 <TR><TD>1252<TD>Windows 3.1 US (ANSI)<TD>X<TD><TD>X<TD>X<TD>X
50 <TR><TD>1253<TD>Windows 3.1 Greek<TD>X<TD><TD>X<TD>X<TD>X
51 <TR><TD>1254<TD>Windows 3.1 Turkish<TD>X<TD><TD>X<TD>X<TD>X
52 <TR><TD>1255<TD>Hebrew<TD>X<TD><TD><TD><TD>X
53 <TR><TD>1256<TD>Arabic<TD>X<TD><TD><TD><TD>X
54 <TR><TD>1257<TD>Baltic<TD>X<TD><TD><TD><TD>X
55 <TR><TD>1361<TD>Korean (Johab)<TD>X<TD><TD><TD>**<TD>X
56 </td>
57 </tr>
58 </tbody>
59 <TBODY>
60 <TR><TD>437<TD>MS-DOS United States<TD><TD>X<TD>X<TD>X<TD>X
61 <TR><TD>708<TD>Arabic (ASMO 708)<TD><TD>X<TD><TD><TD>X
62 <TR><TD>709<TD>Arabic (ASMO 449+, BCON V4)<TD><TD>X<TD><TD><TD>X
63 <TR><TD>710<TD>Arabic (Transparent Arabic)<TD><TD>X<TD><TD><TD>X
64 <TR><TD>720<TD>Arabic (Transparent ASMO)<TD><TD>X<TD><TD><TD>X</td>
65 </tr>
66 </tbody>
67
68 </TABLE>
69
70
71
72
73 <hr>
74 <address><a href="mailto:metaperl@gmail.com">metaperl</a></address>
75 <!-- Created: Fri Nov 25 08:48:48 PST 2005 -->
76 <!-- hhmts start -->
77 Last modified: Fri Nov 25 08:57:41 PST 2005
78 <!-- hhmts end -->
79 </body>
80 </html>
This page took 0.019654 seconds and 4 git commands to generate.