File: RequiredAttribute.txt

*Question: Explain the browser's behavior.

*Answer: Adding the required attribute to the input element causes the browser to perform a check to see whether a value was entered before it will submit the form. In this case, leaving the input element blank caused the browser to report an error and render a message to the user, reminding them that they must supply an input value before they can submit the form.