Forum : HTML Input Tags
Brief description  about Online courses   join in Online courses
View Murali  Mohan 's Profile

HTML Input Tags

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>
Asked by Murali Mohan | Nov 14, 2009 |  Reply now
Replies (2)
View murali mohan 's Profile
Hi Mahipal, First of all thanks for your reply :)
As a confirmation, <form></form> tags come into picture, when we send values of (Input Tags 'textbox, listbox etc') to the server from the presentation page.
-MuraliMohan
Nov 20, 2009
View mahipal soni 's Profile
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.
Nov 17, 2009