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