89
Pure.CSS Required Inputs
The “required” attribute is used to mark a form control as required.
Example:
If your form needs an email then you can use use this attribute to show email is required.
Output:
Next TopicPure.CSS Disabled Inputs