answersLogoWhite

0

method="POST" is a common attribute of the HTML <form> tag. What this does is tells the form that it needs to "post" the data to whatever file you have specified in your "action" attribute of the form tag. So your form tag might look something like this:

<form action="receive.php" method="POST">Insert form data here</form>

Again, this will tell the form to post all the data that the user has entered into it to the receive.php file.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Abbreviation of HTML?

HTML stands for HyperText Mark-up Language. It is a method of 'writing' web-pages.


How do you read HTML language?

HTML is meant to be written by a webmaster, and read by the browser. Hyper Text Markup Language, HTML, is use to create a web page. The browser reads the HTML, and is instructed on how to display the content. If you learn how to write HTML language you will then be able to read it, in order to edit. It is not hard to learn, and doesn't take long.


What is meant by script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


What is meant by java script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


What is HTML scripts?

HTML is a markup language, not a scripting language. There is no such thing as an HTML script.


Is HTML a client side script or server side?

HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.


What is the history of the HTML?

HTML (Hyper Text Markup Language) was invented between 1980-1989 by Tim Burners-Lee as a method of sharing documents. It was later developed with use on the Web.


What is coding in HTML?

HTML is a Markup Language.


What is the purpose of php?

PHP is a dynamic language meant to do server-side processing where plain HTML/client-side JavaScript isn't enough.


What is HTML and why you use HTML?

HTML - Hyper Text Markup Language is a computer programming language which can be used to create webpages/websites.


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


What do the letters ''HTML'' stand for?

HTML stands for HyperText Markup Language.