What can be inferred from the following code?
<input type="password" name="userPassword">
The input field will automatically validate the strength of the password.
The input field will show asterisks or dots instead of the actual text.
The input field will show text in clear.
The input field will only allow passwords with numeric characters.