enternetusers > References > XHTML Reference |
Intro / Search / enternetusers |
Frameset XHTML | >> Frameset << | Strict | Transitional | |
---|
Element: | th |
Attributes: | | abbr | align | axis | bgcolor | char | charoff | class | colspan | dir | headers | height | id | lang | nowrap | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | rowspan | scope | style | title | valign | width | xml:lang | |
Parents: | | tr | |
Children: | | #PCDATA | a | abbr | acronym | address | applet | b | basefont | bdo | big | blockquote | br | button | center | cite | code | del | dfn | dir | div | dl | em | fieldset | font | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | iframe | img | input | ins | isindex | kbd | label | map | menu | noscript | object | ol | p | pre | q | s | samp | script | select | small | span | strike | strong | sub | sup | table | textarea | tt | u | ul | var | |
Your browser display: |
Average | Red eyes |
||
---|---|---|---|
height | weight | ||
Males | 1.9 | 0.003 | 40% |
Females | 1.7 | 0.002 | 43% |
Source [ Open as XHTML document ] |
<table border="1" summary="This table gives some statistics about fruit flies: average height and weight, and percentage with red eyes (for both males and females)."> <caption> <em>A test table with merged cells</em> </caption> <tr> <th rowspan="2"/> <th colspan="2">Average</th> <th rowspan="2">Red <br/>eyes </th> </tr> <tr> <th>height</th> <th>weight</th> </tr> <tr> <th>Males</th> <td>1.9</td> <td>0.003</td> <td>40%</td> </tr> <tr> <th>Females</th> <td>1.7</td> <td>0.002</td> <td>43%</td> </tr> </table> |
Your browser display: |
...header information... |
---|
...footer information... |
...first row of block one data... |
...second row of block one data... |
...first row of block two data... |
...second row of block two data... |
...third row of block two data... |
Source [ Open as XHTML document ] |
<table> <thead> <tr> <th>...header information...</th> </tr> </thead> <tfoot> <tr> <th>...footer information...</th> </tr> </tfoot> <tbody> <tr> <td>...first row of block one data...</td> </tr> <tr> <td>...second row of block one data...</td> </tr> </tbody> <tbody> <tr> <td>...first row of block two data...</td> </tr> <tr> <td>...second row of block two data...</td> </tr> <tr> <td>...third row of block two data...</td> </tr> </tbody> </table> |
Your browser display: |
Name | Cups | Type of Coffee | Sugar? |
---|---|---|---|
T. Sexton | 10 | Espresso | No |
J. Dinnen | 5 | Decaf | Yes |
A. Soria | Not available |
Source [ Open as XHTML document ] |
<table border="1"> <caption>Cups of coffee consumed by each senator</caption> <tr> <th>Name</th> <th>Cups</th> <th>Type of Coffee</th> <th>Sugar?</th> </tr> <tr> <td>T. Sexton</td> <td>10</td> <td>Espresso</td> <td>No</td> </tr> <tr> <td>J. Dinnen</td> <td>5</td> <td>Decaf</td> <td>Yes</td> </tr> <tr> <td>A. Soria</td> <td colspan="3"> <em>Not available</em> </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 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> |
|
|
|
4-19-2013
4-19-2013
free stock videos
iphone battery cases
Billabong Board Shorts
Quicksilver Board Shorts
I got a new iPhone5 battery case that I found on the web. I have a new ipad and I just love it.
My new HTC One cellphone is awesome. I ordered a
new iphone5 and I can't wait to get it.
The smartphone charger I purchased is exactly what I needed.
The new HTC phone is the best.
I need more used AOL disks for my computer.
The new emerica shoe has a new larger display.
hawaiian sandal
dekline
You should look at
List of surf and skate
and this site
iPhone Cases
and this website too
iPhone Cases
hawaiian sandals
Rigoberto Ramirez
I found a iphone battery cases to get a battery backup chargers. That's why there are portable power packs—when the power is out.
I reviewed the clothing at iphone battery cases and found the best Active clothing available.
I ordered the plumber orange county and a incase backpack then I bought the backpack icon from Incase.
Buy womens cowboy boots humu on the web store 1cecilia165 humu shoe and order a few.
These are the shops to visit:
You should look at List of surf and skate and this site iPhone Cases and this website too iPhone CasesAlso, you will want to check out Stanton California so you can see what's up and they are part of Stanton City Hall as well.
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
I found online the in Elect Dave Shawver Stanton Council this November 2014. Elect march madness ncaa and internetusers this November 2014.
delivered.
These are the shops to visit:
I ordered the plumber orange county and a incase backpack then I bought the backpack icon from Incase.
Buy womens cowboy boots humu on the web store 1cecilia165 humu shoe and order a few.
I found a hawaiian sandal and another Rigoberto Ramirez on this hawaiian Sandal website.
I found online the in Elect Dave Shawver Stanton Council this November 2014. Elect march madness ncaa and internetusers this November 2014.
delivered.
These are the shops to visit:
I ordered the plumber orange county and a incase backpack then I bought the backpack icon from Incase.
Buy womens cowboy boots humu on the web store 1cecilia165 humu shoe and order a few.
I found a hawaiian sandal and another Rigoberto Ramirez on this hawaiian Sandal website.
Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter
and we can get surf t shirts surfing shirt and Swim Shop for swim wear wimming gear women's and men's and we can get surf t shirts surfing shirt and Swim Shop for swim wear wimming gear women's and men's