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 e means?
What is javascript? List some data types supported by javascript?
Is javascript a security risk?
How to create objects in JavaScript?
In which location cookies are stored on the hard disk?
How do you include a comment in javascript?
What are the types used in javascript?
Why jquery is used instead of javascript?
How do you check if an object is an array or not?
What does trim stand for?
what data type javascript supports?
Is javascript pure object oriented?
What is the use of a weakmap object in javascript?
How are event handlers utilized in javascript?
What is meant by vanilla javascript?