HTML Form:
We usually used html form to get the data from user.Differen attribute and element are used for creating the form.Let we see each one in detail.
<form></form> = Html form has an opening tag and ending.
Text And Submit Button.
<input> = An element used between the form take different input from user.
type = is an attribute used for different purpose such as submit button,text field etc.
Value = Is an attribute used to display the value in text field and submit etc..
<form>
<input type = "text" value = "" >
<input type = "submit" value = "submit">
</form>
Output
Blogger Comment
Facebook Comment