What does the attribute do to the input element in the code below?
- It hides the text a user types into the input element
- It forces a user to type in a secure password into the input element
- It creates a password generating element on the webpage
- It doesn't affect the input element in any way
It hides the text a user types into the input element.