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


Please Help Members By Posting Answers For Below Questions

Define unescape() and escape() functions?

691


What are the different functional component in javascript?

657


how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.

5929


How do I unblock javascript in chrome?

726


How long does it take to learn coding?

758


How to write comment in JavaScript?

1150


What is the importance of javascript?

690


Should I learn java first or javascript?

684


What are data structures in javascript?

684


Does javascript support foreach loop?

714


What is string in javascript?

708


How to create a cookie using javascript?

704


Difference Between JavaScript and ECMAScript?

646


What is rest parameters in javascript?

693


Difference between Pure functions Vs. Impure functions in javascript?

690