<?xml version="1.0" ?>
<?xml-stylesheet href="Table.css" type="text/css"?>
<!-- xmlns="http://www.w3.org/1999/xhtml" -->
<html>
<head>
<meta name="robots" content="noindex" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href= "../Css/seurakunta-tekstit-koodit.css" />
<link rel="stylesheet" type="text/css" href="../Css/basic.css" />
<link rel="stylesheet" type="text/css" href="Table.css" />
<title>Model25b.xml</title>
</head>
<body>
<p><b>THEAD, TBODY and TFOOT not in use</b></p>

<table>
<colgroup>
<col id="col3" />
<col id="col4" /></colgroup>

<caption><code>caption {border:2px solid #660033;
background-color:#ffc; caption-side: bottom; width: auto;
text-align: center }</code></caption>

<tr>
<th><code>th {border:3px solid #660033;
background-color:yellow}</code></th><td> </td><td> </td><td> </td>
</tr>

<tr id="row1">
<td><code>colgroup { border: 2px solid blue;
text-align:center}</code></td>
<td>Test cell </td>
<td class="joku"><code>*#col3 { border: 2px solid olive;}</code></td>
<td id="jokuToinen"><code>*#col4 { border: 2px solid black;}</code></td>
</tr>

<tr id="row1">
<th><code>th:before { content: "$" }</code></th>
<td><code>TD</code></td>
<td><code>TD</code></td>
<td><code>TD</code></td>
</tr>
</table>

<br />
 

<table summary="column + caption 2">
<tr>
<th>Head1</th>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
</tr>

<tr>
<th>Head2</th>
<td>Item 4</td>
<td>Item 5</td>
<td>Item 6</td>
</tr>

<tr>
<th>Head3</th>
<td>Item 7</td>
<td>Item 8</td>
<td>Item 9</td>
</tr>
</table>

<hr />
<p><b>THEAD, TBODY and TFOOT in use</b></p>

<table>
<colgroup span="2">
<col id="col3" />
<col id="col4" /></colgroup>

<caption id="top"><code>caption {border:2px solid #660033;
background-color:#ffc;caption-side: bottom; width:
auto;text-align: center }</code></caption>

<thead>
<tr>
<th colspan="4"><code>th {border:3px solid #660033;
background-color:yellow}</code></th><td> </td><td> </td><td> </td>
</tr>
</thead>

<tbody>
<tr id="row1">
<td><code>colgroup { border: 2px solid blue;
text-align:center}</code></td>
<td> </td>
<td><code>*#col3 { border: 2px solid olive;}</code></td>
<td><code>*#col4 { border: 2px solid black;}</code></td>
</tr>
</tbody>

<tfoot>
<tr id="row1">
<th><code>th:before { content: "$" }</code></th>
<td><code>TD</code></td>
<td><code>TD</code></td>
<td><code>TD</code></td>
</tr>
</tfoot>
</table>

<br />
 

<table border="1" frame="hsides" rules="cols"
summary="column + caption 2">
<colgroup span="4" align="left" valign="top"></colgroup>

<thead>
<tr>
<th>Head1</th>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
</tr>
</thead>

<tbody>
<tr>
<th>Head2</th>
<td>Item 4</td>
<td>Item 5</td>
<td>Item 6</td>
</tr>
</tbody>

<tfoot>
<tr>
<th>Head3</th>
<td>Item 7</td>
<td>Item 8</td>
<td>Item 9</td>
</tr>
</tfoot>
</table>
</body>
</html>
