Pluto: Validierung von HTML Code

Beitrag lesen

Hallo Forum,

warum soll das input Element hier nicht erlaubt sein. Bei der Validierung kommt ein Fehler:

...

<form method="post" action="index.php">
<input type="hidden" name="mode" value="add" />
<table border="1" cellpadding="2" cellspacing="1" width="300">

...