In HTML5, we have built in validation which was helpful for developers to ensure that a proper entry is entailed before a form is submitted.That means you get to ask for a field, define how the input is wanted (email address for instance), and give real-time feedback to the user without the need for JavaScript or extra plugins.