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
How to getting values from cookies to set widgets?
Do I need javascript enabled?
How can you identify a function?
What is a javascript symbol?
Why do we need npm?
What is node value?
Explain function hoisting in javascript?
Is javascript easier than java?
Which built-in method returns the calling string value converted to upper case?
How generic objects can be created?
what does javascript null mean?
What is new function in javascript?
How to write hello world on the web page?
How compare function works javascript?
What do you understand by this keyword in javascript?