0
what is the difference between attribute <required> and <autofocus>
1 Resposta
+ 6
Required attribute requires the user to fill the field before letting him submit the form.
Autofocus attribute if set to true automatically focuses on the field you put the attribute in, so that u can start typing without first clicking on that input field,