HTML Forms

Example for HTML Forms : you can also use action tag as shown below to submit to actionpage define: <form action=”/actionPage.html”> If you click the “Submit” button, the form-data will be sent to a page called “/actionPage.html”.