Horje

How to add An HTML form with three input fields; two text fields and one submit button

Input Example.
index.html
Example: HTML
 <form action="/action_page.php">
  Name: <input type="text" name="fullname"><br>
  Email: <input type="text" name="email"><br>
  <input type="submit" value="Submit">
</form> 

Output should be:

How to add An HTML form with three input fields; two text fields and one submit button




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin