HTML: Is there anything wrong with using lots of <form> tags?
- by marienbad
In many prototype scripting cases, it's easier to just stick every form item (such as an input or textarea) in its own form tag. Is there anything wrong that could happen from having lots (like 1000) form tags in a page?