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