Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Recomendações Avaliadas
6.2 Associar etiquetas aos seus campos.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
6.2.1 Campo sem label associado 11 308 313 317 324 329 361 366 401 405 409 437
308 <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
313 <![CDATA[<input type="text" class="form-control validate[required] inputmask_cpf_cnpj" name="cpf">]]>
317 <![CDATA[<input type="tel" required placeholder="Insira seu telefone" class="form-control inputmask_tel validate[required]" name="telefone" max="11" />]]>
324 <![CDATA[<input type="text" class="form-control validate[required,custom[email]]" name="email" maxlength="100">]]>
329 <![CDATA[<input type="text" class="form-control validate[custom[email]]" name="email2" maxlength="100">]]>
361 <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
366 <![CDATA[<input type="password" class="form-control validate[required]" name="senha" maxlength="100">]]>
401 <![CDATA[<input type="text" class="form-control " name="nome" maxlength="100" required="required">]]>
405 <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
409 <![CDATA[<input type="text" class="form-control " name="senha" maxlength="100" required="required">]]>
437 <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>