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 can javascript language be separated from objects?
What would be the result of 2+5+”3″?
How generic objects can be created?
What is JavaScript?
What javascript means?
How do I turn on javascript on my phone?
List different ways of empty an array in javascript?
What is event bubbling in JavaScript?
What is are the types of the pop up box es available in javascript?
What are the four basic data structures in javascript?
How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?
Where should I put script tags?
What are exports & imports?
What are 2 (shorthand) boolean operators supported by javascript
What is callback?