Home » HTML » HTML Forms » Question
  1. Which of the following is not used with password attribute?
    1. size
    2. maxlength
    3. min
    4. name
    5. None of these
Correct Option: B

password is the attribute that creates a text box which is similar to the single line text input, but the characters are blocked out. They are hidden due to the privacy of the user. The name attribute with a password set the name of the password input, size and maxlength attributes define the size and maximum length of the text box which is to be used for the password.



Your comments will be displayed only after manual approval.