<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 class="first"><b class="first">This is an Error for replace</b>
<b class="second"><i>This is not bold,</i> too.</b>
This is <font>Big and Red</font></p>
<p><span class="first">Das wird <b>entfernt</b>.</span>
<span class="second">Das <font>bleibt</font>.</span>
<span class="third">Das <font>verschwindet.</font>.</span>
</p>
<table>
<tr>
<th>0</th>
<td>Text</td>
</tr>
</table>
<select>
<option value="test">Text</option>
</select>
</body>
</html>