'method' defines how to send the form data to the server : method : Form Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Attributes » method »

 

'method' defines how to send the form data to the server



    
<HTML>
<BODY>
<form name="form1" method="post" action="">
   <input type="text" 
          cols=50 
          size=50 
          value="This is one element of the form.">
</form>   
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Attributes
» method