-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContacto.html
More file actions
39 lines (38 loc) · 1.42 KB
/
Contacto.html
File metadata and controls
39 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>COMTACTOS</title>
<meta charset="utf-8">
</head>
<body>
<form>
<fieldset id="Usuário"><legend></legend> Identificação do USuário
<p> Nome:<input type="text" name="tNome" id="cNome" size="20" maxlength="30" placeholder="Nome Completo"> </p>
<p>Senha:<input type="password" name="tSenha" id="cSenha" size="8" maxlength="8" placeholder=" 8Digite"></p>
<p>E-mail: <input type="email" name="tMail" size="20" maxlength="40" placeholder="Digite email"> </p>
<fieldset id="Sexo"><legend>Sexo</legend>
<input type="radio" name="tSexo" id="cMasc" checked="" /> <label for="cMasc">Masculino</label><br>
<input type="radio" name="tSexo" id="cFem"/> <label for="cFem">Femenino</label>
</fieldset>
<p>Data de Nascimento:<input type="data" name="tNasc" id="cNasc"/> </p>
</fieldset>
<fieldset id="Endereço"><legend>Endereço</legend> Endereçp do Usuário
<p>Luanda/Viana:<input type="text" name="tRua" id="cRua" size="13" maxlength="80" placeholder="Rua Moagem"> </p>
<p>Número:<input type="number" name="tNum" id="cNum" min="0" max="999999"> </p>
Estado:
Cidade:
</fieldset>
<fieldset id="Mensagem"><legend>Mensagem do Usuário</legend>
Grau de Urgência:
Mensagem:
</fieldset>
<fieldset id="Google"><legend>Quero um Google glass</legend>
Gostaria de adiquirir um
cor:
Quantidade:
Preço Total:
</fieldset>
</form>
</body>
</html>