|
@@ -14,10 +14,10 @@
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<header>
|
|
<header>
|
|
- <p> itau </p>
|
|
|
|
|
|
+ <p> Banco itaú </p>
|
|
</header>
|
|
</header>
|
|
<div class="container">
|
|
<div class="container">
|
|
- <h1 style="text-align: center;padding-top:15px;"> Formulario de cadastro </h1>
|
|
|
|
|
|
+ <h1 style="text-align: center;padding-top:15px;"> Formulário de cadastro </h1>
|
|
<form>
|
|
<form>
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
@@ -28,8 +28,8 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <label for="cpf"><b>CPF</b> <span>invalido</span></label>
|
|
|
|
- <input type="cpf" placeholder="Digite seu cpf" name="cpf" id="cpf" class="required" required maxlength="11">
|
|
|
|
|
|
+ <label for="cpf"><b>CPF</b> <span>inválido</span></label>
|
|
|
|
+ <input type="cpf" placeholder="___.___.___-__" data-slots="_"name="cpf" id="cpf" class="required" required >
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<label for="rg"><b>RG</b></label>
|
|
<label for="rg"><b>RG</b></label>
|
|
@@ -39,9 +39,9 @@
|
|
<label for="sexo"><b>Sexo</b></label>
|
|
<label for="sexo"><b>Sexo</b></label>
|
|
<select id="sexo" class="w100">
|
|
<select id="sexo" class="w100">
|
|
<option selected>Escolha seu sexo</option>
|
|
<option selected>Escolha seu sexo</option>
|
|
- <option value="feminino">feminino</option>
|
|
|
|
- <option value="masculino">masculino</option>
|
|
|
|
- <option value="outro">outro</option>
|
|
|
|
|
|
+ <option value="feminino">Feminino</option>
|
|
|
|
+ <option value="masculino">Masculino</option>
|
|
|
|
+ <option value="outro">Outro</option>
|
|
</select>
|
|
</select>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -51,11 +51,11 @@
|
|
<input type="text" placeholder="Digite seu CEP" name="cep" onblur="pesquisacep(this.value)">
|
|
<input type="text" placeholder="Digite seu CEP" name="cep" onblur="pesquisacep(this.value)">
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <label for="endereco"><b>Endereco</b></label>
|
|
|
|
|
|
+ <label for="endereco"><b>Endereço</b></label>
|
|
<input type="text" placeholder="Digite seu endereco" name="endereco" class="required" required id="endereco">
|
|
<input type="text" placeholder="Digite seu endereco" name="endereco" class="required" required id="endereco">
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <label for="numero"><b>Numero</b></label>
|
|
|
|
|
|
+ <label for="numero"><b>Número</b></label>
|
|
<input type="text" placeholder="Digite o numero" name="numero" class="required w100" required>
|
|
<input type="text" placeholder="Digite o numero" name="numero" class="required w100" required>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|