HTML Form
HTML Form
HTML Forms are used to send data across the web and are
often used as contact form to convertinformation input by a user
into Leads.HTML forms are used to pass data to the server.
The common elements used in HTML form are form
tag, input, textarea,, select, and label.
/*Content*/
</form>
Form Attributes
HTML Form Attributes
method get or post http get method submit form data but is
visible in url.
post includes data in body. more secure as
data is not visible to user in url