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