What does the required attribute do in an input field?
required
It pre-fills the field with a default value
It makes the field mandatory for form submission
It validates the input against a regular expression
It makes the field optional