Skip to content

Instantly share code, notes, and snippets.

@Gilbertogil1965
Created September 29, 2021 02:48
Show Gist options
  • Select an option

  • Save Gilbertogil1965/76772eab8b5f4b9f576ca1c00530bbf5 to your computer and use it in GitHub Desktop.

Select an option

Save Gilbertogil1965/76772eab8b5f4b9f576ca1c00530bbf5 to your computer and use it in GitHub Desktop.
Dados Pessoais
<!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>
<h1>DADOS PESSOAIS</h1>
<hr>
<div class="form-group">
<label for="">Nome Completo</label>
<input type="nome" class="form-control" id="exampleInputnome" aria-describedby="nomeHelp" placeholder="Seu nome">
<small id="nomeHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="">CPF:</label>
<input type="cpf" class="form-control" id="exampleInputCpf" aria-describedby="cpfHelp" placeholder=123-456-789-11>
<small id="cpfHelp" class="number 000-000-000-00"></small>
</div>
<div class="form-group">
<label for="">Telefone:</label>
<input type="telefone" class="form-control" id="exampleInputTelefone" aria-describedby="telefoneHelp" placeholder=(22)2222-2222>
<small id="telefoneHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="">Email:</label>
<input type="email" class="form-control" id="exampleInputEmail" aria-describedby="emailHelp" placeholder="[email protected]">
<small id="emailHelp" class="form-text text-muted">Nunca vamos compartilhar seu email, com ninguém.</small>
</div>
<hr>
<form action="#">
<div class="menssagem_container">
<button type="submit" class="mt-4 btn btn-primary" disabled>Enviar</button>
</div>
</form>
<hr>
</div>
<p>Obrigado pela confianza</p>
<p> Alguma duvida comuniquese com nós:</p>
<p>Tlef; (22) 1234-5678</p>
<script src="scripts/index.js"></script>
</form>
</body>
</html>
@Gilbertogil1965
Copy link
Author

Praticando...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment