How to add password filed in HTML ?
Answers
Answered by
0
The <input type="password"> defines a password field (characters are masked).
Note: Any forms involving sensitive information like passwords should be served over HTTPS.
please make me brainlist
Similar questions