Roberto: Formular W3C valid??

Beitrag lesen

Hallo Leute,

wie kriege ich dieses Formular "Valid XHTML", W3C-mäßig. Da fehlt's irgendwie an allen Enden und Ecken? Ich bin Dilettant, ich weiß ...

Dank Euch
Roberto

<form action="<?=PHPBEFEHL ?>" method=post><input
 type="hidden" name="send" value="1">
<table cellpadding=0 cellspacing=3 border=0>
 <tr>
  <td align=right>Vorname:</td>
  <td><input type="text" name="from_first_name"
   value="<?= PHPBEFEHL ?>">
  <font color='red' size=-1><?=$PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td align=right>Name:</td>
  <td><input type="text" name="from_name"
   value="<? PHPBEFEHL ?>">
  <font color='red' size=-1><?=PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td align=right>eMail (Pflichtfeld):</td>
  <td><input type="text" name="from_email"
   value="<? PHPBEFEHL ?>">
  <font color='red' size=-1><?=PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td></td>
  <td><input type=submit value="Senden" class="button"></td>
 </tr>
</table>
</form>