'method' Example : method « HTML Attributes Reference « HTML CSS Reference






'method' Example

    
<HTML>
<head><Title>Example For method</Title></head>
<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>  
    
      
      








Related examples in the same category

1.'method' Syntax and Note
2.method is applied to