Questão
Q1046849
Prova: METRÓPOLE - 2022 - Prefeitura de Pedra Branca do Amapari - AP - Técnico em Informática
•
Prefeitura de Pedra Branca do Amapari - AP
Questão de Concurso para praticar grátis
Existem vários tipos de input em HTML, sobre isso, mais especificamente sobre o input password, o que o código abaixo faz?
<label for="cpf">CPF:</label> <input type="password" id="cpf" inputmode="number" minlength="11" maxlength="11" pattern="^[0-9]{3}.?[0-9]{3}.?[0-9]{3}-?[0-9]{2}" required autocomplete="off"> <br> <label for="cpf">Valor:</label> <span id="atual"></span>
<label for="cpf">CPF:</label> <input type="password" id="cpf" inputmode="number" minlength="11" maxlength="11" pattern="^[0-9]{3}.?[0-9]{3}.?[0-9]{3}-?[0-9]{2}" required autocomplete="off"> <br> <label for="cpf">Valor:</label> <span id="atual"></span>
Comentários
Faça login para participar da discussão.
Cadastre-se Gratuitamente
Carregando comentários...