We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1affb8d commit 782be62Copy full SHA for 782be62
erick -Pagina web/formulari.html
@@ -1,5 +1,8 @@
1
<!DOCTYPE html>
2
<html lang="es">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ </head>
6
<h3>Dades Personals</h3>
7
<form id="formulari" action="" method="post">
8
<input type="hidden" name="redirect" value="" tabindex="1" />
@@ -30,4 +33,8 @@ <h3>Dades Personals</h3>
30
33
</li>
31
34
<label for="constrasenya">Constrasenya:</label>
32
35
<input type="password" name="constrasenya" id="constrasenya" value="" tabindex="2" />
36
+ <br>
37
+ <button>
38
+ <input type="button" value ="Enviar Formulari">
39
+ </button>
40
</html>
erick -Pagina web/index.html
@@ -1,6 +1,7 @@
<head>
<title> Top coches japonesos</title>
<link rel="stylesheet" href="index.css">
</head>
0 commit comments