Optional Selector

The :optional selector selects form elements which are optional.


Form elements with no required attribute are defined as optional.


Note: The :optional selector only applies to the form elements: input, select and textarea.


Tip: Use the :required selector to select form elements which are required.