What is the use of a form in html page? Is there any way to
submit the page without using the form.
Answer Posted / ajay kumar
<form> - tag is used for sending data from the client
browser to the server.
There is no way for submitting a page if there is no
<form> - tag in the page.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Define unescape() and escape() functions?
What are the different functional component in javascript?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
How do I unblock javascript in chrome?
How long does it take to learn coding?
How to write comment in JavaScript?
What is the importance of javascript?
Should I learn java first or javascript?
What are data structures in javascript?
Does javascript support foreach loop?
What is string in javascript?
How to create a cookie using javascript?
Difference Between JavaScript and ECMAScript?
What is rest parameters in javascript?
Difference between Pure functions Vs. Impure functions in javascript?