0
Why we use <form> tag as a container of inputs on Html..?!
We can use div instead or We can dispense with them, so what is the deal.
2 Respuestas
+ 1
Form includes method (get or post) and action (where to submit form data to). If you don’t use the form tag, you can still have form inputs, but the form can’t be submitted.
0
Yeah, thanks that's helpful, so it look like it's important in backend development