answersLogoWhite

0

A form's action attribute in HTML is used to tell the browser where the data collected from the form will be submitted. This collection is usually some kind of backend programming, written in a language like ASP or PHP. The place where the action attribute is pointed towards will process the data, saving it, running a query, or whatever else is supposed to happen to it.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What are the attributes goes with the h1 tag?

In HTML 5, the <h1> element may have the attributes "class" and "style". In older versions of HTML (such as 4.01), other attributes such as "align" were supported, but these have been deprecated and removed in HTML 5 in favor of CSS.


What is HTML form?

The HTML form tag is a container tag for holding HTML elements that allow the user to submit information to the server for processing. The form tag contains attributes like ID (which allows serverside code to identify the form) method (which is GET or POST, and defines how the info in the form will get sent to the server) and type (which is used to distinguish between regular forms, and forms that contain files.) The form tag also has the action attribute, which will tell the browser where to send the submitted data for processing. <form id="search" action="search.php" method="get"> <!--Form elements go here--> </form>


How many attributes does the BR tag have in HTML?

The BR tag has only the core tags, which all HTML tags have. These are id, class, style and title.


What is an example of HTML?

Attribute refers to the properties of the HTML elements. For example the element <IMG> is used to display images in a HTML page. This tag has certain attributes like height, width, src etc which specify the properties of the element.


What is the fullform of REL in HTML?

The REL attribute in HTML is a shortened version of "relationship." REL attributes are used to define the relationship between one file and another.

Related Questions

What are the attributes goes with the h1 tag?

In HTML 5, the <h1> element may have the attributes "class" and "style". In older versions of HTML (such as 4.01), other attributes such as "align" were supported, but these have been deprecated and removed in HTML 5 in favor of CSS.


What are the HTML structures?

element,tags,attributes


What is HTML form?

The HTML form tag is a container tag for holding HTML elements that allow the user to submit information to the server for processing. The form tag contains attributes like ID (which allows serverside code to identify the form) method (which is GET or POST, and defines how the info in the form will get sent to the server) and type (which is used to distinguish between regular forms, and forms that contain files.) The form tag also has the action attribute, which will tell the browser where to send the submitted data for processing. <form id="search" action="search.php" method="get"> <!--Form elements go here--> </form>


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using JavaScript.


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by <form> tag predefined in HTML.


What is the new in HTML?

The new HTML contains a large number of features. Download and Required attributes are new in it.


What is a HTML elements?

HTML tags and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents.


What are the attributes of the BODY tag?

The body tag in HTML 5 does not support any element-specific attributes. It does however support the global attributes, and the event attributes. Please see the related links for a complete reference.


When text are a different color on a website referred to as what?

HTML Tagcolors are defined in the Font Attributes


What is the need of forms in HTML?

Forms are the mechanisms or the code snippets in HTML that does the following:1) Lets the user input the data on the web page (Upload the data or interact with web page)2) The forms are received on web server and the web servers can take particular action depending on the type of input sent by user (this is done using forms)The action may be next web page, storing information on server and so on.A form on a webpage allows a user to enter data that is sent to a server for processing


How many attributes does the BR tag have in HTML?

The BR tag has only the core tags, which all HTML tags have. These are id, class, style and title.