-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato (2).html
49 lines (28 loc) · 1.24 KB
/
contato (2).html
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
40
41
42
43
44
45
46
47
48
<img src="logo4.jpg"
<link rel="stylesheet" href="style.css">
<ul>
<li></li>
</ul>
<main>
<form>
<label for="nomesobrenome"> NOME E SOBRENOME</label>
<input type="text" id="nomesobrenome" required >
<label>EMAIL</label>
<input type="text" id="EMAIL" required placeholder="[email protected]">
<label> TELEFONE </label>
<input type="text" id="TELEFONE " required placeholder= "(00)00000-0000">
<label for="mensagem">MENSAGEM </label>
<textarea cols="100" rows="10" id="MENSAGEM "></textarea>
<div>
<p>COMO PREFERE NOSSO CONTATO? </p>
<label for="radio-email">EMAIL</label>
<input type="radio" name="contato" value="email" id="radio-email" class="input-padrao" required>
<label for="radio-telefone">TELEFONE </label>
<input type="radio" name="contato" value="TELEFONE" id="radio-email">
<label for="radio-Whatsapp">WHATSAPP </label>
<input type="radio" name="contato" value="WHATSAPP" id="radio-Whatsapp">
</div>
<input type="submit" class="enviar">
____________________________________________________________________________________________________________________________________________________
</form>
</main>