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 is a closure javascript? Explain
What is the difference between window and document in Javascript?
Does spacing matter in javascript?
How to count the number of element in an array using javascript?
Where are cookies actually stored on the hard disk?
Program to return the address family of a socket
What is Associative Array? How do we use it?
Is a parabola a function?
How do you define a class and its constructor?
What do you mean by script?
What are the javascript data types?
What are the new ways to define a variable in Javascript?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
What is the difference between scripting and programming?
What is a nan value?