adultinternetusers > References > XHTML Reference
   Strict XHTML   Frameset | >> Strict << | Transitional |  [Comparison]

Go to Standard
Element: col
Attributes: | align | char | charoff | class | dir | id | lang | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | span | style | title | valign | width | xml:lang |
Parents: | colgroup | table |
Your browser display:
Cell 1-1 Cell 1-2 Cell 1-3 Cell 1-4
Cell 2-1 Cell 2-2 Cell 2-3 Cell 2-4
Cell 3-1 Cell 3-2 Cell 3-3 Cell 3-4
Source [  Open as XHTML document  ]

<table border="1">
     <colgroup width="100" style="color:blue">
          <col/>
          <col span="2" width="200" style="color:red"/>
          <col/>
     </colgroup>
     <tr>
          <td> cell 1-1</td>
          <td> cell 1-2</td>
          <td> cell 1-3</td>
          <td> cell 1-4</td>
     </tr>
     <tr>
          <td> cell 2-1</td>
          <td> cell 2-2</td>
          <td> cell 2-3</td>
          <td> cell 2-4</td>
     </tr>
     <tr>
          <td> cell 3-1</td>
          <td> cell 3-2</td>
          <td> cell 3-3</td>
          <td> cell 3-4</td>
     </tr>
</table>
Your browser display:
x-x y-y z-z
xx-xx yy-yy zz-zz
xxx-xxx yyy-yyy zzz-zzz
Source [  Open as XHTML document  ]

<table border="1" width="400">
     <col width="200"/>
     <col width="1*"/>
     <col width="2*" align="char" char="-"/>
     <tr>
          <td>x-x</td>
          <td>y-y</td>
          <td>z-z</td>
     </tr>
     <tr>
          <td>xx-xx</td>
          <td>yy-yy</td>
          <td>zz-zz</td>
     </tr>
     <tr>
          <td>xxx-xxx</td>
          <td>yyy-yyy</td>
          <td>zzz-zzz</td>
     </tr>
</table>
Your browser display:
Vegetable Cost per kilo
Lettuce $1
Silver carrots $10.50
Golden turnips $100.30
Source [  Open as XHTML document  ]

<table border="1">
     <colgroup>
          <col/>
          <col align="char" char="."/>
     </colgroup>
     <thead>
          <tr>
               <th>Vegetable</th>
               <th>Cost per kilo</th>
          </tr>
     </thead>
     <tbody>
          <tr>
               <td>Lettuce</td>
               <td>$1</td>
          </tr>
          <tr>
               <td>Silver carrots</td>
               <td>$10.50</td>
          </tr>
          <tr>
               <td>Golden turnips</td>
               <td>$100.30</td>
          </tr>
     </tbody>
</table>
Your browser display:
CODE-PAGE SUPPORT IN MICROSOFT WINDOWS
Code-Page
ID
Name ACP OEMCP Windows
NT 3.1
Windows
NT 3.51
Windows
95
1200 Unicode (BMP of ISO/IEC-10646) X X *
1250 Windows 3.1 Eastern European X X X X
1251 Windows 3.1 Cyrillic X X X X
1252 Windows 3.1 US (ANSI) X X X X
1253 Windows 3.1 Greek X X X X
1254 Windows 3.1 Turkish X X X X
1255 Hebrew X X
1256 Arabic X X
1257 Baltic X X
1361 Korean (Johab) X ** X
437 MS-DOS United States X X X X
708 Arabic (ASMO 708) X X
709 Arabic (ASMO 449+, BCON V4) X X
710 Arabic (Transparent Arabic) X X
720 Arabic (Transparent ASMO) X X
Source [  Open as XHTML document  ]

<table border="2" frame="hsides" rules="groups" summary="Code page support in different versions of MS Windows.">
     <caption>CODE-PAGE SUPPORT IN MICROSOFT WINDOWS</caption>
     <col align="center"/>
     <col align="left"/>
     <col align="center" span="2"/>
     <col align="center" span="3"/>
     <thead valign="top">
          <tr>
               <th>Code-Page
                    <br/>ID
               </th>
               <th>Name</th>
               <th>ACP</th>
               <th>OEMCP</th>
               <th>Windows
                    <br/>NT 3.1
               </th>
               <th>Windows
                    <br/>NT 3.51
               </th>
               <th>Windows
                    <br/>95
               </th>
          </tr>
     </thead>
     <tbody>
          <tr>
               <td>1200</td>
               <td>Unicode (BMP of ISO/IEC-10646)</td>
               <td/>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>*</td>
          </tr>
          <tr>
               <td>1250</td>
               <td>Windows 3.1 Eastern European</td>
               <td>X</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>1251</td>
               <td>Windows 3.1 Cyrillic</td>
               <td>X</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>1252</td>
               <td>Windows 3.1 US (ANSI)</td>
               <td>X</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>1253</td>
               <td>Windows 3.1 Greek</td>
               <td>X</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>1254</td>
               <td>Windows 3.1 Turkish</td>
               <td>X</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>1255</td>
               <td>Hebrew</td>
               <td>X</td>
               <td/>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>1256</td>
               <td>Arabic</td>
               <td>X</td>
               <td/>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>1257</td>
               <td>Baltic</td>
               <td>X</td>
               <td/>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>1361</td>
               <td>Korean (Johab)</td>
               <td>X</td>
               <td/>
               <td/>
               <td>**</td>
               <td>X</td>
          </tr>
     </tbody>
     <tbody>
          <tr>
               <td>437</td>
               <td>MS-DOS United States</td>
               <td/>
               <td>X</td>
               <td>X</td>
               <td>X</td>
               <td>X</td>
          </tr>
          <tr>
               <td>708</td>
               <td>Arabic (ASMO 708)</td>
               <td/>
               <td>X</td>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>709</td>
               <td>Arabic (ASMO 449+, BCON V4)</td>
               <td/>
               <td>X</td>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>710</td>
               <td>Arabic (Transparent Arabic)</td>
               <td/>
               <td>X</td>
               <td/>
               <td/>
               <td>X</td>
          </tr>
          <tr>
               <td>720</td>
               <td>Arabic (Transparent ASMO)</td>
               <td/>
               <td>X</td>
               <td/>
               <td/>
               <td>X</td>
          </tr>
     </tbody>
</table>



_____________________________________________
Reference Search | Sitemap | Surf Clothing Information       adultinternetusers | Systinet




Related sites:
  • dotNet Slackers - Your latest resource for ASP.NET
  • Dotnet Spider - Outsourcing and Offshore software development in India
  • XML - Xselerator, surfing Editor, BizTalk Utilities, Surf Clothing Tutorials, Learn Surf
  • Planet Source Code - The largest public source code database on the Internet

Kevin Carr

Natural Skin Care European Soaps
Kevin Carr
Mayor Dave Shawver Stanton
Internetusers


You can also get Organic Skin Care products from Bliss Bath Body and you must check out their Natural Body Lotions and bath soaps

Now if you are looking for the best deals on surf clothing from Quiksilver and Roxy then you have to check these amazing deals here:

Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter

And you must check out this website