Computer Science, asked by masihabhishek454, 7 months ago

<input type =" password"6 > will show asterisks (***) in the text​

Answers

Answered by shristisingh952
2

Don't post irrelevant messages

Answered by parmeet890kaur
2

Answer:

here is your correct answer please mark me brainliest

<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line plain text editor control in which the text is obscured so that it cannot be read, usually by replacing each character with a symbol such as the asterisk ("*") or a dot ("•"). This character will vary depending on the user agent and OS.

Similar questions