Temat:
InformatykaAutor:
roxie35Utworzono:
1 rok temuOdpowiedź:
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="#">
Imię: <input type="text" class="name"><br>
Nazwisko: <input type="text" class="surname"><br>
Wiek: <input type="number" class="age"><br>
<button class="btn">Wykonaj</button>
</form>
</body>
</html>
Autor:
barbieq7ys
Oceń odpowiedź:
1