Existem vários tipos de input em HTML, sobre isso, mais espe...

Próximas questões
Com base no mesmo assunto
Q1921222 Programação
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>
Alternativas