:required

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.

Syntax



input:required {
  property: value;
}