Página com o código em html que contenha um formulário: nome e telefone.
Soluções para a tarefa
Respondido por
1
Resposta:
<!DOCTYPE html>
<html lang="en">
<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>
Nome: <input type='text' /><br>
Telefone: <input type='tel' />
</form>
</body>
</html>
Explicação:
Não fiz nenhuma estilização precisa só deixar bonitinho hehe
Perguntas interessantes