10.4. Input type password

10.4. Input type password

by didacticode

HTML

<label for="password">Contraseña:</label><br/>
<input type="password" id="password" name="password"/>