HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML formaction Attribute

HTML formaction Attribute

 

 

HTML formaction attribute is used to decide where to send form data once a form is submitted. It will override the default action attribute of the form.

 

Used With:-

 

Elements Attribute
button formaction
input formaction

 

Syntax:-

 

Its syntax is:- < element formaction="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML