I thought that an html form has no effect on the layout of a page, and that it is just a way to group fields to send their values to the server in a single request.
However, I notices that when I remove the form tag, the layout changes.
Where can I find an explanation of visual effects of the <form> tag?