Computer Science, asked by Nishthashree20911, 1 year ago

Which allows the user to enter the confidential information in html?

Answers

Answered by mayhemaster
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