What happens if the value entered in an <input type="text"> exceeds the value set in the maxlength attribute?
<input type="text">
maxlength
The form will not be submitted
The user will not be able to enter more characters
The value will be automatically truncated
An error will be generated in the browser console