<!-- $Id: cindy.html 69 2010-04-23 20:49:22Z jo $ -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>This is an Error</title>
</head>

<body>

<!-- a href="http://www.heute-morgen.de/test/About_Cindy.html">About</a -->

<h2 test="I will survive">This is an Error for content</h2>
<p><b>This is an Error for replace</b>
<b><i>This is not bold,</i> too.</b>
This is <font>Big and Red</font></p>
<p><span>Das wird <b>entfernt</b>.</span>
<span>Das <font>bleibt</font>.</span></p>
<table>
	<tr>
    <td>0</td>
		<td>Text</td>
  </tr>
</table>

<select>
	<option value="test">Text</option>
</select>

<table>
	<tr>
    <th>First</th>
		<td class="first">Value</td>
  </tr>
	<tr>
    <th>Second</th>
		<td class="second">Value</td>
  </tr>
	<tr>
    <th>Third</th>
		<td class="third">Value</td>
  </tr>
</table>


</body>
</html>