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
Why is javascript called richer interface?
java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8
Can you have a function within a function in javascript?
What are different types of inheritence? Which inheritance is followed in javascript.
What is a currying function?
What is external javascript?
What is a closure javascript?
What is the difference between call & apply?
What is built in function in javascript?
What is unobtrusive javascript?
what is a difference of subclass and main class
Why javascript is called lightweight language?
How can you get the reference of a caller function inside a function?
Is null in javascript?
why we calld java object orinted programming language??