0
in HTML value = send means what where it just send all input How to set it ?
need help please solve my doubts đ
1 Answer
+ 3
In html forms
you have button tag with value="send"
or value="reset"
value="send" will send all the form data I mean ur name entered address entered or whatever data you have provided to the place specified
To know the place specified know about the form tag
The form tag has two important attributes method and action the value inside action will take all data
method takes get or post as value
<form method="get" action="www.send.com/"/>