Take a look at the following example.
It is the wrong way to add a <form>
element to your code:
We should avoid using multiple form
tags like this.
Instead, group all the elements that
belong to a single form inside one
form
element.
Check the example below of
a correct form structure,