Which allows the user to enter the confidential information in html?
Answers
Answered by
5
Answer:
<input> elements of type password provide a way for the user to securely enter a password. The text is obscured so that it cannot be read.
Explanation:
<input type="Password" id="passCode" name="passCode"
minlength="14" required>
Similar questions