Saltar para o conteúdo

Usuário(a):TCJ Tutorials/Testes

Origem: Wikipédia, a enciclopédia livre.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Cadastro</title> </head>

<body bgcolor="#FFFF600">

<fieldset> <legend> Cadastre-se </legend> </fieldset>


<form action="" method="post" name="Formulario de contato" target="_self">

Nome:
<label>
                                                <input name="Nome" type="text" value="Nome" size="40" maxlength="30">
</label>
E-mail:
<input name="Email" type="text" value="E-Mail" size="40" maxlength="30">
Cidade:
<input name="Cidade" type="text" id="Cidade" value="Cidade" size="40" maxlength="30">
Estado:
<input name="Estado Civil" type="text" id="Estado Civil" value="Estado Civil" size="40" maxlength="10">
Telefone:
<input name="Telefone" type="text" value="Telefone" size="40" maxlength="13">
Data de Nascimento:
<input name="Data de Nascimento" type="text" value="Data " size="40" maxlength="10">
Profissao:

                                                  <textarea name="Nome5" cols="40">Curriculum</textarea>

Sexo:

Masculino

                                                <input name="Sexo" type="radio" dir="rtl" lang="pt" value="Sexo">

Feminino - <input name="Sexo" type="radio" dir="rtl" lang="pt" value="Sexo">

<label>
                                                <input type="submit" name="Submit" value="Enviar os dados">
</label>
<input name="Reset" type="reset" id="Reset" value="Apagar tudo/Cancelar">

</body> </html>