[VE][79] Error Message Feedback

The validator complains about the </p> at line 12. The complaint 
disappears when the <table>...</table> is removed (as shown at line 14).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
   <title>Rina Vromans</title>
</head>

<body>
<p>
<table border="0" cellpadding="0" cellspacing="0">
   <tr><td>xx</td></tr>
</table>
</p>
<p>
</p>
</body>
</html>

Received on Monday, 17 January 2005 02:11:22 UTC