The :required pseudo-class applies style rules to an input element that has the required attribute set, it allows you to highlight required fields before submitting the form.
:required
input
required
input:required { property: value; }