HTML <input> Tag

Example

A simple HTML form with two input fields and one submit button:

<form action="form_action.html" method="get">
  First name: <input type="text" name="fname" /><br />
  Last name: <input type="text" name="lname" /><br />
  <input type="submit" value="Submit" />
</form>

Definition and Usage

The <input> tag is used to select user information.

An input field can vary in many ways, dep

Have Any Suggestion? We Are Waiting To Hear from YOU!

Your Query was successfully sent!