0
In case it is sent with ajax I believe that it is even recommended to use the tag form, but if I am only doing something with javascript, that is only on the client side, for example change the background color of the application, or generate some random number, it is correct to use form only to group a set of Labels and inputs?
You can use the DIV tb to group a set of Labels and inputs if you don’t need the form.
<div id="minhaDiv">labels e inputs aqui</div>
.– Sam