[Resolvido] xhtml - formulario
o validador w3c tem bugs? kkkk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="[http://www.w3.org/1999/xhtml">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>teste</title>
</head>
<body>
<table>
<tr>
<td>
<form action=""></form>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
coloquei isso tudo certo, mas se eu colocar o fim do form dentro da outra td da erro, entao onde colocar o form? se coloco fora da td da erro, oO
Discussão (10)
Carregando comentários...