File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,11 @@ <h1>Exemplo de formulário</h1>
25
25
< input type ="tel " name ="tel " id ="itel " autocomplete ="tel " pattern ="^[0-9]{4,5}-[0-9]{4}$ " required placeholder ="(x)xxxx-xxxx ">
26
26
<!-- 4 a 5 digitos de 0 a 9 seguidos de um traço e novamente 4 digitos de 0 a 9 -->
27
27
</ p >
28
+ </ fieldset >
29
+ < p >
28
30
< input type ="submit " value ="Enviar ">
29
31
< input type ="reset " value ="Limpar ">
30
- < p >
31
-
32
- </ p >
33
- </ fieldset >
32
+ </ p >
34
33
</ form >
35
34
<!-- Estudar mais bore RegEx. Expressões Regulares: Começam sempre com ^ e terminam com $ -->
36
35
</ body >
Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ <h1>Exemplo de formulário</h1>
12
12
< legend > Esportes favoritos</ legend >
13
13
14
14
< input type ="checkbox " name ="esbas " id ="iesbas ">
15
- < label for ="iesbas "> Basquete</ label >
16
- < input type ="checkbox " name ="fut " id ="ifut "> < label for ="ifut "> Futebol</ label >
17
- < input type ="checkbox " name ="nat " id ="inat "> < label for ="inat "> Natação</ label >
18
- < input type ="checkbox " name ="ten " id ="iten "> < label for ="iten "> Tenis</ label >
15
+ < label for ="iesbas "> Basquete</ label > < br >
16
+ < input type ="checkbox " name ="fut " id ="ifut "> < label for ="ifut "> Futebol</ label > < br >
17
+ < input type ="checkbox " name ="nat " id ="inat "> < label for ="inat "> Natação</ label > < br >
18
+ < input type ="checkbox " name ="ten " id ="iten "> < label for ="iten "> Tenis</ label > < br >
19
19
</ fieldset >
20
+ < p >
21
+ < input type ="submit " value ="Enviar ">
22
+ < input type ="reset " value ="Limpar ">
23
+ </ p >
20
24
</ form >
21
25
26
+ 5.47
22
27
</ body >
23
28
</ html >
You can’t perform that action at this time.
0 commit comments