Discussion board
HTML Input Tags
By Murali Mohan
Writing a input tag like text, radio, even after the end tag of form i.e </form> works fine... so can you please explain the use of form and why input tags work even after the end of form tag i.e </form>
Reply
Post   Reset
Mahipal Soni replied to Murali Mohan Tuesday, November 17, 2009
Hi Murali, As I know putting elements of form after </form> tag will show and work as desired, even if you don't put <FORM></FORM> tag and use the elements of form it will appear with their workings but the thing is, when you try to submit any form content it requires the form opening and closing tags which will determine the content to be sent to servers.

Hope this will help you in your query.