Vad är fel med följande kod?
XML-tolkningsfel: felmatchad tagg. Förväntat: </input>.
<form name="form" id="form" method="post" action="addComment.asp">
Namn:
<input type="text" name="name">
E-mail:
<input type="text" name="mail">
Www:
<input type="text" name="url">
kommentar:
<textarea name="comment" cols="40" rows="6" class="kant">
</textarea>
<input name="date" type="hidden" value="2007-04-13 23:53:51">
<input name="blogID" type="hidden" value="42">
<input name="catID" type="hidden" value="12">
<input type="submit" name="Submit" value="" class="send" onclick="return go();">
</form>