What is the use of the required attribute in HTML5?


It forces a user to fill text on the text field or text area before submitting the form. It is used for form validation.

Example:

Name: <input type="text" name="name" required>  

Leave a Reply

Your email address will not be published. Required fields are marked *