Horje

How to add An HTML form with two different input types; text and submit - HTML type Attribute

Input Example.

index.html
Example: HTML
<form action="/action_page.php">
  <label for="username">Username: </label>
  <input type="text" id="username" name="username"><br>
  <input type="submit" value="Submit">
</form>

Output should be:

How to add An HTML form with two different input types; text and submit - HTML type Attribute




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