Skip to content

Instantly share code, notes, and snippets.

@target-trust
Created July 3, 2014 14:11
Show Gist options
  • Save target-trust/25c2432321b7a6869948 to your computer and use it in GitHub Desktop.
Save target-trust/25c2432321b7a6869948 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br">
<head>
<title>T@rgetTrust.com -> Treinamento PHP</title>
<meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-1" />
</head>
<body>
<h1>Exemplo de Formulario</h1>
<form name="formulario" id="formulario" action="script.php" method="post">
<label for="nome">Nome</label>
<input type="text" name="nome" id="nome" size="30" /><br />
<label for="senha">Senha</label>
<input type="password" name="senha" id="senha" size="4" /><br />
<input type="submit" name="enviar" id="enviar" value="Enviar" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment