Introduction

**HTML **forms allow users on a web page to enter data that will be sent to a server for processing. **HTML **forms are a powerful way of interacting with a web application. They include various elements called controls like (Text Input, Checkboxes, Radio Box, Select Box, e.t.c).

The HTML forms are enclosed inside a <form></form> element. The <form> element has various attributes, some of which includes the action attribute, the target attribute and the method attribute.

The Action Attribute

The **action **attribute helps to determine the type of form data that will be sent to the server after the submission of a form.

#tutorial #web dev #html 5 #html form events

A Detailed Breakdown of HTML Form Event Attributes
1.25 GEEK