CADASTRAR PAIS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<link rel="stylesheet" href="css.css" type="text/css" >
<head>
<title>cadastrar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="inserir.php">
<h3>Cadastrar Paises</h3>
<table align="center" cellspacing="0" cellpadding="0" id="tabela" width="100%">
<tr id="tabela">
<td id="tabela">
<table align="center" cellspacing="0" cellpadding="0" id="tabela" width="70%">
<tr id="tabela">
<td width="44" id="tabela">Nome:</td>
<td width="314">
<input name="nome" type="text" id="nome" size="40"></td>
</tr>
<tr>
<td width="44">Abreviação</td>
<td width="314"><input name="cod" type="text" id="cod" size="40">
</td>
</tr>
<tr>
<td width="44">&nbsp;</td>
<td>
<input type="submit" name="Submit" value="Incluir"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>

Comentários