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
What does e mean in javascript?
What is require in javascript?
What are the four types of javascript objects?
Why jquery is used instead of javascript?
what are the differences between as2 and as3?
What does question mark mean in react?
What does 3+4+"7" evaluate to?
How can you declare a class in javascript?
What do “1”+2+4 evaluate to?
Explain how can you submit a form using JavaScript?
How can you get the total number of arguments passed to a function?
What is the naming conventions for the variables in javascript?
If we want to return the character from a specific index which method is used?
what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
What is argument objects in javascript & how to get the type of arguments passed to a function?