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 NaN?
What is encodeuri() function?
What are the different types of errors available in javascript?
What are the scopes of a variable in javascript?
Write about the errors shown in javascript?
What is external javascript?
What is a javascript symbol?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
How do I find javascript?
How you can modify XAML content from JavaScript in Silverlight?
How to create a popup warning box?
what is the difference between window & document in javascript?
What are ‘settimeout()’?
What is primitive data type in javascript?
What is the difference between "var" and "let" keywords?