Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML input tag</title> </head> <body> <form action="form_tag_get.php" method="post"> Username: <input type="text" name="username"/> <br /> Password: <input type="password" name="password" /> <br /> <input type="submit" value="Submit" /> </form> </body> </html>
  Preview Arrow