Why you should add a visual indicator to your inline error messages
Inline error messages are a type of client-side (browser) validation, made in JavaScript. Inline errors can also be enforced with built-in form validation using HTML5 for things like required and minlength.